Click or drag to resize

StiBIDataCacheHelperAdd Method (String, String, DataTable)

[Missing <summary> documentation for "M:Stimulsoft.Base.StiBIDataCacheHelper.Add(System.String,System.String,System.Data.DataTable)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void Add(
	string appKey,
	string tableKey,
	DataTable dataTable
)

Parameters

appKey
Type: SystemString

[Missing <param name="appKey"/> documentation for "M:Stimulsoft.Base.StiBIDataCacheHelper.Add(System.String,System.String,System.Data.DataTable)"]

tableKey
Type: SystemString

[Missing <param name="tableKey"/> documentation for "M:Stimulsoft.Base.StiBIDataCacheHelper.Add(System.String,System.String,System.Data.DataTable)"]

dataTable
Type: System.DataDataTable

[Missing <param name="dataTable"/> documentation for "M:Stimulsoft.Base.StiBIDataCacheHelper.Add(System.String,System.String,System.Data.DataTable)"]

See Also