Skip to main content

StoredProcQuery(String, String) Constructor

Initializes a new instance of the StoredProcQuery class with the specified query and stored procedure.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public StoredProcQuery(
    string queryName,
    string storedProcName
)

Parameters

Name Type Description
queryName String

A String value. This value is assigned to the SqlQuery.Name property.

storedProcName String

A String value. This value is assigned to the StoredProcQuery.StoredProcName property.

See Also