Open this page in the API Guide

OlapDataProvider.GetMemberQueryStatement 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 (25.1.0.1000)
Syntax
public abstract string GetMemberQueryStatement(
	DateMapping dateMapping
)

Parameters

dateMapping
Type: Dundas.BI.Entities.DateMappings.DateMapping
The date mapping.

Return Value

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