SqlServerParameterDefaults Fields
The SqlServerParameterDefaults type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
|
|
Max |
Used for the length of a varChar(max) or nVarChar(max).
|
|
|
MaxNVarChar |
The maximum size of a nVarChar parameter without switching to nVarChar(max).
|
|
|
MaxVarChar |
The maximum size of a varChar parameter without switching to varChar(max).
|

