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

ParameterMetadata..::..Scale Property

Gets or sets the scale.

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

Syntax


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

Field Value

The scale.

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.