ElementRequestIsProviderSorted Property |
Gets or sets a value indicating whether the data provider applied sorting, if requested
for this element.
This property is not intended to be used directly from your code, unless you are
implementing a custom data provider.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IsProviderSorted { get; set; }Public Property IsProviderSorted As Boolean
Get
Set
public:
property bool IsProviderSorted {
bool get ();
void set (bool value);
}member IsProviderSorted : bool with get, set
Property Value
Type:
Boolean
See Also