RowInfo Constructor (DataRow, Int32)DataBaseExecutors
Constructor is private

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

public RowInfo(
	DataRow row,
	int index = 0
)

Parameters

row
Type: System.Data DataRow

[Missing <param name="row"/> documentation for "M:DataBaseExecutors.RowInfo.#ctor(System.Data.DataRow,System.Int32)"]

index (Optional)
Type: System Int32

[Missing <param name="index"/> documentation for "M:DataBaseExecutors.RowInfo.#ctor(System.Data.DataRow,System.Int32)"]

Remarks

See Also