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

SqlServerParameterDefaults Members

The SqlServerParameterDefaults type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Fields


  Name Description
Public field Static member Max
Used for the length of a varChar(max) or nVarChar(max).
Public field Static member MaxNVarChar
The maximum size of a nVarChar parameter without switching to nVarChar(max).
Public field Static member MaxVarChar
The maximum size of a varChar parameter without switching to varChar(max).

Properties


  Name Description
Public property StringLength
Gets the default length of 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.
Public property StringType
Gets the default type of string parameters. This is used when the query builder cannot determine the best parameter type.