DBStoredProcedureResultSet Constructors
A result set of a stored procedure.Name | Parameters | Description |
---|---|---|
DBStoredProcedureResultSet() | none | Initializes a new instance of the DBStoredProcedureResultSet class with the default settings. |
DBStoredProcedureResultSet(ICollection<DBNameTypePair>) | columns | Initializes a new instance of the DBStoredProcedureResultSet class with the specified settings. |
See Also