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

ObjectDataSourceModel.ObjectType Property

Specifies the selected data source type.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public IDXTypeInfo ObjectType { get; set; }

Property Value

Type Description
IDXTypeInfo

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

Implements

See Also