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

SqlServerDataSource..::..DefaultVarCharLength Property

Gets the default length of varChar string parameters. This is used when the query builder cannot determine the best parameter type and the parameter's actual length is smaller than the default length.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.SqlServer.MDS (in Tortuga.Chain.SqlServer.MDS.dll)

Syntax


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

Remarks


Set this if encountering an excessive number of execution plans that only differ by the length of a string .