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