DBStoredProcedureArgument Fields
Provides information about a stored procedure’s parameter.Name | Description |
---|---|
Direction | A DBStoredProcedureArgumentDirection value corresponding to an appropriate DBNameTypePair object. |
Name | A String value, specifying the database column name. Inherited from DBNameTypePair. |
Type | A DBColumnType value, specifying the database column type. Inherited from DBNameTypePair. |
See Also