Back to Devexpress

WizardDataSourceType Enum

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-12299651.md

latest2.2 KB
Original Source

WizardDataSourceType Enum

Lists values used to specify data source types available in the Data Source Wizard.

Namespace : DevExpress.DataAccess.UI.Wizard

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[Flags]
public enum WizardDataSourceType
vb
<Flags>
Public Enum WizardDataSourceType

Members

NameDescription
Sql

Identifies the SQL Database data source type.

| | Object |

Identifies the Object data source type.

| | EF |

Identifies the Entity Framework data source type.

| | Excel |

Identifies the Microsoft Excel workbook / CSV file data source type.

| | Federation |

Identifies the Data Federation data source type.

| | Json |

Identifies the JSON data source type.

| | XPO |

Identifies the XPO (eXpress Persistent Objects) data source type.

| | MongoDB |

Identifies the MongoDB data source type.

| | Default |

The default set of data source types is displayed in the Data Source Wizard.

| | All |

All supported data source types are displayed in the Data Source Wizard.

|

The following properties accept/return WizardDataSourceType values:

Remarks

The Default value does not include the XPO type. To display all supported data source types, set the DataSourceWizardSettings.AvailableDataSourceTypes property to All.

See Also

DevExpress.DataAccess.UI.Wizard Namespace