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)
SyntaxQueryApiOperations SupportedQueryOperations { get; }ReadOnly Property SupportedQueryOperations As QueryApiOperations
Get
property QueryApiOperations SupportedQueryOperations {
QueryApiOperations get ();
}abstract SupportedQueryOperations : QueryApiOperations with 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