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 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>