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

DataSourceModel.Schema Property

Specifies the schema of an Excel data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public FieldInfo[] Schema { get; set; }

Property Value

Type Description
FieldInfo[]

An array of FieldInfo objects.

Remarks

This setting is used to create an ExcelDataSource.

Implements

See Also