RowInfoValidator TearDown Method DataBaseExecutors
process after import table

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

public virtual List<RowInfo> TearDown(
	ref DBExecution db,
	List<RowInfo> log
)

Parameters

db
Type: DataBaseExecutors DBExecution 

[Missing <param name="db"/> documentation for "M:DataBaseExecutors.RowInfoValidator.TearDown(DataBaseExecutors.DBExecution@,System.Collections.Generic.List{DataBaseExecutors.RowInfo})"]

log
Type: System.Collections.Generic List RowInfo 

[Missing <param name="log"/> documentation for "M:DataBaseExecutors.RowInfoValidator.TearDown(DataBaseExecutors.DBExecution@,System.Collections.Generic.List{DataBaseExecutors.RowInfo})"]

Return Value

Type: List RowInfo 

[Missing <returns> documentation for "M:DataBaseExecutors.RowInfoValidator.TearDown(DataBaseExecutors.DBExecution@,System.Collections.Generic.List{DataBaseExecutors.RowInfo})"]

Remarks

See Also