IBindingDimCombo.SortDirectionDefined

Syntax

SortDirectionDefined: Boolean;

SortDirectionDefined: boolean;

Description

The SortDirectionDefined property determines whether there is the SORTDIRECTION parameter in connection string.

Comments

Available values:

NOTE. When the value of the SORTDIRECTION parameter is changed, the property is automatically set to True.

To determine value of the SORTDIRECTION parameter, use the IBindingDimCombo.SortDirection property.

Fore and Fore.NET Examples

The property use is given in the example for IBindingDimCombo.DataSourceKeyDefined.

See also:

IBindingDimCombo