Class ProcedureParameter
A parameter used in a procedure
Inheritance
ProcedureParameter
Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax#
Constructors
ProcedureParameter()#
Declaration
ProcedureParameter(string, string)#
Declaration
Parameters
ProcedureParameter(string, string, string)#
Declaration
Parameters
Properties
DataType#
Sql data type of the procedure parameter
Declaration
Property Value
DefaultValue#
The default value of the parameter
Declaration
Property Value
Name#
Name of the procedure parameter
Declaration
Property Value
Out#
Indicates that the parameter is used as output
Declaration
Property Value
ReadOnly#
Indicates that the parameter is read only
Declaration
Property Value