IEdmTemporalTypeReference.Precision Property
Gets the precision of this temporal type.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Precision As Nullable(Of Integer)
Get
'Usage
Dim instance As IEdmTemporalTypeReference
Dim value As Nullable(Of Integer)
value = instance.Precision
Nullable<int> Precision { get; }
property Nullable<int> Precision {
Nullable<int> get ();
}
abstract Precision : Nullable<int>
function get Precision () : Nullable<int>
Property Value
Type: System.Nullable<Int32>
The precision of this temporal type.