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

IObjectDataSourceModel.ObjectType Property

If implemented, specifies the selected data source type.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

IDXTypeInfo ObjectType { get; set; }

Property Value

Type Description
IDXTypeInfo

An object that provides information about the selected data source type.

See Also