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

StoredProcedureViewInfo(String) Constructor

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

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public StoredProcedureViewInfo(
    string procedureName
)

Parameters

Name Type Description
procedureName String

A string that specifies the stored procedure name.

See Also