Click or drag to resize
Galactic API

MSStoredProcedure Fields

The MSStoredProcedure type exposes the following members.

Fields
  NameDescription
Protected fieldlog
The event log that will receive events from this logger.
(Inherited from StoredProcedure.)
Public fieldStatic memberMAX_NVARCHAR_SIZE
The value for MAX sized nvarchar parameters. Used to create nvarchar parameter values of greater than MSSqlUtility.MAX_NVARCHAR_LENGTH.
Public fieldStatic memberMAX_VARCHAR_SIZE
The value for MAX sized varchar parameters. Used to create nvarchar parameter values of greater than MSSqlUtility.MAX_VARCHAR_LENGTH.
Top
See Also