EDM 3.0 之前的版本不支持值术语。
命名空间: Microsoft.Data.Edm.Validation
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Shared ReadOnly ValueTermsNotSupportedBeforeV3 As ValidationRule(Of IEdmValueTerm)
用法
Dim value As ValidationRule(Of IEdmValueTerm)
value = ValidationRules.ValueTermsNotSupportedBeforeV3
public static readonly ValidationRule<IEdmValueTerm> ValueTermsNotSupportedBeforeV3
public:
static initonly ValidationRule<IEdmValueTerm^>^ ValueTermsNotSupportedBeforeV3
static val ValueTermsNotSupportedBeforeV3: ValidationRule<IEdmValueTerm>
public static final var ValueTermsNotSupportedBeforeV3 : ValidationRule<IEdmValueTerm>