| TempTableCacheManager Constructor (String, Int32) |
Namespace:
Dynamicweb.DataIntegration.ProviderHelpers
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax public TempTableCacheManager(
string tableName,
int bulkSize
)
Public Sub New (
tableName As String,
bulkSize As Integer
)
Parameters
- tableName
- Type: SystemString
- bulkSize
- Type: SystemInt32
See Also