ValidationRules.DecimalTypeReferencePrecisionOutOfRange Field
Validates that the precision is between 0 and the max precision of the decimal type.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly DecimalTypeReferencePrecisionOutOfRange As ValidationRule(Of IEdmDecimalTypeReference)
'Usage
Dim value As ValidationRule(Of IEdmDecimalTypeReference)
value = ValidationRules.DecimalTypeReferencePrecisionOutOfRange
public static readonly ValidationRule<IEdmDecimalTypeReference> DecimalTypeReferencePrecisionOutOfRange
public:
static initonly ValidationRule<IEdmDecimalTypeReference^>^ DecimalTypeReferencePrecisionOutOfRange
static val DecimalTypeReferencePrecisionOutOfRange: ValidationRule<IEdmDecimalTypeReference>
public static final var DecimalTypeReferencePrecisionOutOfRange : ValidationRule<IEdmDecimalTypeReference>