MySQLCursor Constructor NFX Class Library

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

Initializes a new instance of the MySQLCursor class

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

internal MySQLCursor(
	MySQLCRUDQueryExecutionContext context,
	MySqlCommand command,
	MySqlDataReader reader,
	IEnumerable<Row> source
)

Parameters

context
Type: NFX.DataAccess.MySQL MySQLCRUDQueryExecutionContext
command
Type: MySqlCommand
reader
Type: MySqlDataReader
source
Type: OnlineSystem.Collections.Generic IEnumerable Row 
See Also