ValidationRules.RowTypeBaseTypeMustBeNull Field

Validates that a row type does not have a base type.

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>

See Also

Reference

ValidationRules Class

Microsoft.Data.Edm.Validation Namespace