验证属性值绑定的值是正确类型。
命名空间: Microsoft.Data.Edm.Validation
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Shared ReadOnly PropertyValueBindingValueIsCorrectType As ValidationRule(Of IEdmPropertyValueBinding)
用法
Dim value As ValidationRule(Of IEdmPropertyValueBinding)
value = ValidationRules.PropertyValueBindingValueIsCorrectType
public static readonly ValidationRule<IEdmPropertyValueBinding> PropertyValueBindingValueIsCorrectType
public:
static initonly ValidationRule<IEdmPropertyValueBinding^>^ PropertyValueBindingValueIsCorrectType
static val PropertyValueBindingValueIsCorrectType: ValidationRule<IEdmPropertyValueBinding>
public static final var PropertyValueBindingValueIsCorrectType : ValidationRule<IEdmPropertyValueBinding>