DataProviderGetDataCacheKey Method

Gets the data cache key.

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public virtual string? GetDataCacheKey(
	IProviderConnector dataConnector
)

Parameters

dataConnector  IProviderConnector
The data connector.

Return Value

String
The data cache key.
Remarks
Return , if the data returned does not depend on a session, otherwise return a value that identifies the session.
See Also