Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates that the value of a property value binding is the correct type.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly PropertyValueBindingValueIsCorrectType As ValidationRule(Of IEdmPropertyValueBinding)
'Usage
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>