ValidationRules.BinaryTypeReferenceBinaryMaxLengthNegative Field
Validates that the max length of a binary type is not negative.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly BinaryTypeReferenceBinaryMaxLengthNegative As ValidationRule(Of IEdmBinaryTypeReference)
'Usage
Dim value As ValidationRule(Of IEdmBinaryTypeReference)
value = ValidationRules.BinaryTypeReferenceBinaryMaxLengthNegative
public static readonly ValidationRule<IEdmBinaryTypeReference> BinaryTypeReferenceBinaryMaxLengthNegative
public:
static initonly ValidationRule<IEdmBinaryTypeReference^>^ BinaryTypeReferenceBinaryMaxLengthNegative
static val BinaryTypeReferenceBinaryMaxLengthNegative: ValidationRule<IEdmBinaryTypeReference>
public static final var BinaryTypeReferenceBinaryMaxLengthNegative : ValidationRule<IEdmBinaryTypeReference>