RowInfoValidator SetUp Method DataBaseExecutors
process before import table.

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

public virtual List<RowInfo> SetUp(
	ref DBExecution db,
	ref DataTable table
)

Parameters

db
Type: DataBaseExecutors DBExecution 

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

table
Type: System.Data DataTable 

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

Return Value

Type: List RowInfo 

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

Remarks

See Also