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

IDataComponentModel.DataSchema Property

If implemented, specifies the data source schema.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v22.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

object DataSchema { get; set; }

Property Value

Type Description
Object

A Object value that specifies the data source schema.

See Also