StoredProcedureViewInfo(EFStoredProcedureInfo) Constructor
Initializes a new instance of the StoredProcedureViewInfo class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
Name | Type | Description |
---|---|---|
procedure | EFStoredProcedureInfo | An object containing settings of a stored procedure provided by an Entity Framework data source. |
See Also