Click or drag to resize
Galactic API

StoredProcedureParameterType Enumeration

The type of parameter used by the stored procedure.

Namespace:  Galactic.Sql
Assembly:  Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public enum ParameterType
Members
  Member nameValueDescription
In0 A parameter that provides data to the procedure.
Out1 A parameter that returns data from a procedure.
InOut2 A parameter that provides and returns data from a procedure.
Return3 The return value of a procedure.
See Also