Skip to main content

OleDBConnectionProvider.SortColumnsAlphabetically Field

In This Article

Specifies how to order columns retrieved via the GetStorageTables and OleDBConnectionProvider.GetTableSchema methods. By default, this field is set to true, and the columns are listed alphabetically. If the field is set to false, the columns are returned as they appear in the database.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public static bool SortColumnsAlphabetically

#Field Value

Type
Boolean
See Also