SqlServerParameterDefaults Properties
The SqlServerParameterDefaults type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
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.
|
|
|
StringType |
Gets the default type of string parameters. This is used when the query builder cannot determine the best parameter type.
|

