IEdmDecimalTypeReference.Precision Property

Gets the precision of this 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 IEdmDecimalTypeReference 
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 type.

See Also

Reference

IEdmDecimalTypeReference Interface

Microsoft.Data.Edm Namespace