DataCurrentImportBatch(Guid, String, Int32, Boolean, Boolean, SqlBulkCopyOptions) Method
Namespace: Centralpoint.Web.CmsAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
public int ImportBatch(
Guid id,
string executeConnectionString,
int notifyAfter,
bool deleteOldRecords,
bool populateRelations,
SqlBulkCopyOptions copyOptions = SqlBulkCopyOptions.Default
)
Public Function ImportBatch (
id As Guid,
executeConnectionString As String,
notifyAfter As Integer,
deleteOldRecords As Boolean,
populateRelations As Boolean,
Optional copyOptions As SqlBulkCopyOptions = SqlBulkCopyOptions.Default
) As Integer
- id Guid
-
- executeConnectionString String
-
- notifyAfter Int32
-
- deleteOldRecords Boolean
-
- populateRelations Boolean
-
- copyOptions SqlBulkCopyOptions (Optional)
-
Int32