OlapDataProviderGetMemberQueryStatement Method

Gets the member query statement that is used to exclude members from date mapping.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public abstract string GetMemberQueryStatement(
	DateMapping dateMapping
)

Parameters

dateMapping
Type: Dundas.BI.Entities.DateMappingsDateMapping
The date mapping.

Return Value

Type: String
A reference to a string what contains the query expression.
See Also