Skip to main content

ChooseEFDataMemberPageView.StoredProcChosen Property

Specifies whether the selected data member is a stored procedure.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public bool StoredProcChosen { get; }

Property Value

Type Description
Boolean

true, if the selected data member is a stored procedure; otherwise, false.

See Also