MySQLCRUDScriptQueryHandler PopulateRowset 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 Rowset PopulateRowset(
	MySQLCRUDQueryExecutionContext context,
	MySqlDataReader reader,
	string target,
	Query query,
	QuerySource qSource,
	bool oneRow
)

Return Value

Type: Rowset
See Also