Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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