Condividi tramite


Campo ValidationRules.RowTypeBaseTypeMustBeNull

Verifica che un tipo di riga non disponga di un tipo di base.

Spazio dei nomi  Microsoft.Data.Edm.Validation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

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

Vedere anche

Riferimento

ValidationRules Classe

Spazio dei nomi Microsoft.Data.Edm.Validation