Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Validates that any property with a complex type is not nullable.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly StructuralPropertyNullableComplexType As ValidationRule(Of IEdmStructuralProperty)
'Usage
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>