SobekCM_Stats_DataSet.Perform_SQL_Inserts Method
Write the list of all SQL insert command to add this new usage statistical
information to the SobekCM database
Namespace: SobekCM.Builder_Library.StatisticsAssembly: SobekCM_Builder_Library (in SobekCM_Builder_Library.dll) Version: 4.8.7.0 (4.8.7.0)
Syntax
C# |
---|
public void Perform_SQL_Inserts(
int year,
int month,
Dictionary<string, int> aggregationHash,
Dictionary<string, int> bibHash,
Dictionary<string, int> portalHash
) |
Parameters
- year
- Type: System..::..Int32
- month
- Type: System..::..Int32
- aggregationHash
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, Int32>)>)>
- bibHash
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, Int32>)>)>
- portalHash
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, Int32>)>)>
See Also