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 temporal type.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly TemporalTypeReferencePrecisionOutOfRange As ValidationRule(Of IEdmTemporalTypeReference)
'Usage
Dim value As ValidationRule(Of IEdmTemporalTypeReference)
value = ValidationRules.TemporalTypeReferencePrecisionOutOfRange
public static readonly ValidationRule<IEdmTemporalTypeReference> TemporalTypeReferencePrecisionOutOfRange
public:
static initonly ValidationRule<IEdmTemporalTypeReference^>^ TemporalTypeReferencePrecisionOutOfRange
static val TemporalTypeReferencePrecisionOutOfRange: ValidationRule<IEdmTemporalTypeReference>
public static final var TemporalTypeReferencePrecisionOutOfRange : ValidationRule<IEdmTemporalTypeReference>