Skip to main content

StoredProcedureViewInfo(String) Constructor

Initializes a new instance of the StoredProcedureViewInfo class with the specified name.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public StoredProcedureViewInfo(
    string procedureName
)

Parameters

Name Type Description
procedureName String

A string that specifies the stored procedure name.

See Also