StoredProcQuery(String, String, IEnumerable<QueryParameter>) Constructor
In This Article
Initializes a new instance of the StoredProcQuery class with the specified settings.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public StoredProcQuery(
string queryName,
string storedProcName,
IEnumerable<QueryParameter> parameters
)
#Parameters
Name | Type | Description |
---|---|---|
query |
String | A String value. This value is assigned to the Sql |
stored |
String | A String value. This value is assigned to the Stored |
parameters | IEnumerable<Query |
A collection of Query |
See Also