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

SqlServerDataSource..::..DefaultStringType Property

Gets the default type of string parameters. This is used when the query builder cannot determine the best parameter type.

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

Syntax


public Nullable<SqlDbType> DefaultStringType { get; }
Public ReadOnly Property DefaultStringType As Nullable(Of SqlDbType)
	Get
public:
property Nullable<SqlDbType^> DefaultStringType {
	Nullable<SqlDbType^> get ();
}

Remarks


Set this if encountering performance issues from type conversions in the execution plan.