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

StoredProcedureViewInfo(EFStoredProcedureInfo, Boolean) Constructor

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

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public StoredProcedureViewInfo(
    EFStoredProcedureInfo procedure,
    bool isChecked
)

Parameters

Name Type Description
procedure EFStoredProcedureInfo

An object containing settings of a stored procedure provided by an Entity Framework data source.

isChecked Boolean

A value that specifies whether a stored procedure is selected for use.

See Also