DBStoredProcedureArgument Constructors
Provides information about a stored procedure’s parameter.
Name | Parameters | Description |
---|---|---|
DBStored |
none |
Initializes a new instance of the DBStored |
DBStored |
name, type, direction |
Initializes a new instance of the DBStored |
DBStored |
name, type |
Initializes a new instance of the DBStored |
See Also