DBStoredProcedureArgument Constructors
Provides information about a stored procedure’s parameter.Name | Parameters | Description |
---|---|---|
DBStoredProcedureArgument() | none | Initializes a new instance of the DBStoredProcedureArgument class with the default settings. |
DBStoredProcedureArgument(String, DBColumnType, DBStoredProcedureArgumentDirection) | name, type, direction | Initializes a new instance of the DBStoredProcedureArgument class with the specified settings. |
DBStoredProcedureArgument(String, DBColumnType) | name, type | Initializes a new instance of the DBStoredProcedureArgument class with the specified settings. |
See Also