DBExecution importTable Method DataBaseExecutors
Import DataTable to database.
Key is defined by DataTable.PrimaryKey. It is used by select query and if key match then update else insert.
You can set option to DataColumn.ExtendedProperties.
* For Time stamp value
* For using table default value setting
* For ignoring column

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public List<RowInfo> importTable(
	DataTable table,
	RowInfoValidator validator = null
)

Parameters

table
Type: System.Data DataTable

[Missing <param name="table"/> documentation for "M:DataBaseExecutors.DBExecution.importTable(System.Data.DataTable,DataBaseExecutors.RowInfoValidator)"]

validator (Optional)
Type: DataBaseExecutors RowInfoValidator

[Missing <param name="validator"/> documentation for "M:DataBaseExecutors.DBExecution.importTable(System.Data.DataTable,DataBaseExecutors.RowInfoValidator)"]

Return Value

Type: List RowInfo 

[Missing <returns> documentation for "M:DataBaseExecutors.DBExecution.importTable(System.Data.DataTable,DataBaseExecutors.RowInfoValidator)"]

Remarks

See Also