RowInfo Read Method DataBaseExecutors
Read each row in table

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

public static List<RowInfo> Read(
	DataTable table
)

Parameters

table
Type: System.Data DataTable

[Missing <param name="table"/> documentation for "M:DataBaseExecutors.RowInfo.Read(System.Data.DataTable)"]

Return Value

Type: List RowInfo 

[Missing <returns> documentation for "M:DataBaseExecutors.RowInfo.Read(System.Data.DataTable)"]

Remarks

See Also