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

SqlServerParameterDefaults..::..StringType 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<AbstractDbType> StringType { get; }
Public ReadOnly Property StringType As Nullable(Of AbstractDbType)
	Get
public:
property Nullable<AbstractDbType^> StringType {
	Nullable<AbstractDbType^> get ();
}

Remarks


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