行型が基本型を持たないことを検証します。
名前空間: Microsoft.Data.Edm.Validation
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public Shared ReadOnly RowTypeBaseTypeMustBeNull As ValidationRule(Of IEdmRowType)
'使用
Dim value As ValidationRule(Of IEdmRowType)
value = ValidationRules.RowTypeBaseTypeMustBeNull
public static readonly ValidationRule<IEdmRowType> RowTypeBaseTypeMustBeNull
public:
static initonly ValidationRule<IEdmRowType^>^ RowTypeBaseTypeMustBeNull
static val RowTypeBaseTypeMustBeNull: ValidationRule<IEdmRowType>
public static final var RowTypeBaseTypeMustBeNull : ValidationRule<IEdmRowType>