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 (24.1.0.1001)
Syntax
public virtual string GetDataCacheKey(
	IProviderConnector dataConnector
)

Parameters

dataConnector
Type: Dundas.BI.Data.DataProvidersIProviderConnector
The data connector.

Return Value

Type: 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