Freigeben über


ValidationRules.RowTypeBaseTypeMustBeNull-Feld

Validiert, dass ein Zeilentyp keinen Basistyp hat.

Namespace:  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Shared ReadOnly RowTypeBaseTypeMustBeNull As ValidationRule(Of IEdmRowType)
'Usage
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>

Siehe auch

Verweis

ValidationRules Klasse

Microsoft.Data.Edm.Validation-Namespace