MySQLCRUDScriptQueryHandler PopulateRow Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Reads data from reader into rowset. the reader is NOT disposed

Namespace: NFX.DataAccess.MySQL
Assembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static Row PopulateRow(
	MySQLCRUDQueryExecutionContext context,
	Type tRow,
	Schema schema,
	Schema..::..FieldDef[] toLoad,
	MySqlDataReader reader
)

Return Value

Type: Row
See Also