AbstractInfoProviderTInfo, TProvider, TQueryGetDependencyCacheKeys Method (DataSet, String, String) |
Gets the cache dependency keys for the given DataSet.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax protected virtual string[] GetDependencyCacheKeys(
DataSet ds,
string key,
string context
)
Parameters
- ds
- Type: System.DataDataSet
Dataset with the data - key
- Type: SystemString
Cache key - context
- Type: SystemString
Context string
Return Value
Type:
StringSee Also