Click or drag to resize

TaskHelperLoadTable Method

Load a DataTable in the database (drop, create and insert). Returns the number of rows inserted.

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public int LoadTable(
	DataTable table,
	bool useAllConnections = false
)

Parameters

table  DataTable
 
useAllConnections  Boolean  (Optional)
 

Return Value

Int32
See Also