EdmTemporalTypeReference.Precision Property

Gets the precision of this temporal type.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property Precision As Nullable(Of Integer)
    Get
'Usage
Dim instance As EdmTemporalTypeReference 
Dim value As Nullable(Of Integer)

value = instance.Precision
public Nullable<int> Precision { get; }
public:
virtual property Nullable<int> Precision {
    Nullable<int> get () sealed;
}
abstract Precision : Nullable<int>
override Precision : Nullable<int>
final function get Precision () : Nullable<int>

Property Value

Type: System.Nullable<Int32>
The precision of this temporal type.

Implements

IEdmTemporalTypeReference.Precision

See Also

Reference

EdmTemporalTypeReference Class

Microsoft.Data.Edm.Library Namespace