验证任何具有复杂类型的属性都不可为 null。
命名空间: Microsoft.Data.Edm.Validation
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Shared ReadOnly StructuralPropertyNullableComplexType As ValidationRule(Of IEdmStructuralProperty)
用法
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>