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

StoredProcedureViewInfo(EFStoredProcedureInfo) 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
)

Parameters

Name Type Description
procedure EFStoredProcedureInfo

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

See Also