ChooseEFConnectionStringPage.AvailableModes Property
Returns a collection of available data connection types.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
public virtual IEnumerable<ConfigureConnectionMode> AvailableModes { get; protected set; }
Property Value
Type | Description |
---|---|
IEnumerable<ConfigureConnectionMode> | The collection of available data connection types. |
Remarks
Use the ChooseEFConnectionStringPage.Mode property to specify the type of the data connection to an Entity Framework data source.
See Also