Champ ValidationRules.StructuralPropertyNullableComplexType
Valide le fait qu'aucune propriété avec un type complexe ne soit nullable.
Espace de noms : Microsoft.Data.Edm.Validation
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly StructuralPropertyNullableComplexType As ValidationRule(Of IEdmStructuralProperty)
'Utilisation
Dim value As ValidationRule(Of IEdmStructuralProperty)
value = ValidationRules.StructuralPropertyNullableComplexType
public static readonly ValidationRule<IEdmStructuralProperty> StructuralPropertyNullableComplexType
public:
static initonly ValidationRule<IEdmStructuralProperty^>^ StructuralPropertyNullableComplexType
static val StructuralPropertyNullableComplexType: ValidationRule<IEdmStructuralProperty>
public static final var StructuralPropertyNullableComplexType : ValidationRule<IEdmStructuralProperty>