Skip to main content

ChooseObjectBindingModePageView.SchemaOnly Property

Specifies whether the mode obtaining the data source schema or the mode retrieving actual data is selected on a wizard page.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public bool SchemaOnly { get; set; }

Property Value

Type Description
Boolean

true, to select the mode obtaining only the data source schema; otherwise, false.

Remarks

If the SchemaOnly property is set to true, the Retrieve the data source schema mode is selected on a wizard page. In this case, only the data source schema is obtained from the specified object without providing access to the actual underlying data.

Set this property to false to select the Retrieve the actual data mode, to automatically create an instance of the data source type and obtain its actual data.

See Also