Skip to main content

DataSourceModel.ObjectType Property

Specifies the type of an object data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public IDXTypeInfo ObjectType { get; set; }

Property Value

Type Description
IDXTypeInfo

An IDXTypeInfo object containing information about a type.

Remarks

This setting is used to create an ObjectDataSource.

Implements

See Also