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

SqlServerTransactionalDataSource..::..DefaultNVarCharLength Property

Gets the default length of nVarChar 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.SqlServer
Assembly:  Tortuga.Chain.SqlServer.MDS (in Tortuga.Chain.SqlServer.MDS.dll)

Syntax


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

Remarks


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