ValidationRules.RowTypeBaseTypeMustBeNull 字段

验证行类型没有基类型。

命名空间:  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>

请参阅

参考

ValidationRules 类

Microsoft.Data.Edm.Validation 命名空间