Click or drag to resize

TempTableCacheManager Constructor (String, Int32)

Initializes a new instance of the TempTableCacheManager class

Namespace:  Dynamicweb.DataIntegration.ProviderHelpers
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public TempTableCacheManager(
	string tableName,
	int bulkSize
)

Parameters

tableName
Type: SystemString
bulkSize
Type: SystemInt32
See Also