IMemberProviderTRecord, TFieldEnum, TFilterRuleSupportedQueryOperations Property

Gets the query operations which are supported by the provider.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
QueryApiOperations SupportedQueryOperations { get; }

Property Value

Type: QueryApiOperations
Remarks
Any operations not supported by the provider will be automatically handled by the application in-memory. There may be some performance degradation associated with this, however.
See Also

Reference