Click or drag to resize
Galactic API

MSStoredProcedureMAX_NVARCHAR_SIZE Field

The value for MAX sized nvarchar parameters. Used to create nvarchar parameter values of greater than MSSqlUtility.MAX_NVARCHAR_LENGTH.

Namespace:  Galactic.Sql.MSSql
Assembly:  Galactic.Sql.MSSql (in Galactic.Sql.MSSql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public const int MAX_NVARCHAR_SIZE = -1

Field Value

Type: Int32
See Also