StoredProcQuery Constructors
A stored procedure call.| Name | Parameters | Description |
|---|---|---|
| StoredProcQuery() | none | Initializes a new instance of the StoredProcQuery class with the default settings. |
| StoredProcQuery(String, String, IEnumerable<QueryParameter>) | queryName, storedProcName, parameters | Initializes a new instance of the StoredProcQuery class with the specified settings. |
| StoredProcQuery(String, String) | queryName, storedProcName | Initializes a new instance of the StoredProcQuery class with the specified query and stored procedure. |
See Also