DataProviderGetDataCacheKey Method |
Gets the data cache key.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic virtual string? GetDataCacheKey(
IProviderConnector dataConnector
)
Public Overridable Function GetDataCacheKey (
dataConnector As IProviderConnector
) As String
public:
virtual String^ GetDataCacheKey(
IProviderConnector^ dataConnector
)
abstract GetDataCacheKey :
dataConnector : IProviderConnector -> string
override GetDataCacheKey :
dataConnector : IProviderConnector -> string Parameters
- dataConnector IProviderConnector
- The data connector.
Return Value
StringThe 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