| 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
Public Const MAX_NVARCHAR_SIZE As Integer = -1
public:
literal int MAX_NVARCHAR_SIZE = -1
static val mutable MAX_NVARCHAR_SIZE: int
Field Value
Type:
Int32See Also