Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ParameterMetadata..::..Precision Property

Gets the precision.

Namespace:  Tortuga.Chain.Metadata
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public Nullable<int> Precision { get; }
Public ReadOnly Property Precision As Nullable(Of Integer)
	Get
public:
property Nullable<int^> Precision {
	Nullable<int^> get ();
}

Field Value

The precision.

Remarks


This will be null if the data source doesn't support detailed parameter metadata or if this value isn't applicable to the data type.