[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
internal MySQLCursor(
MySQLCRUDQueryExecutionContext context,
MySqlCommand command,
MySqlDataReader reader,
IEnumerable<Row> source
)
internal MySQLCursor(
MySQLCRUDQueryExecutionContext context,
MySqlCommand command,
MySqlDataReader reader,
IEnumerable<Row> source
)
Friend Sub New (
context As MySQLCRUDQueryExecutionContext,
command As MySqlCommand,
reader As MySqlDataReader,
source As IEnumerable(Of Row)
)
Friend Sub New (
context As MySQLCRUDQueryExecutionContext,
command As MySqlCommand,
reader As MySqlDataReader,
source As IEnumerable(Of Row)
)
internal:
MySQLCursor(
MySQLCRUDQueryExecutionContext context,
MySqlCommand^ command,
MySqlDataReader^ reader,
IEnumerable<Row^>^ source
)
internal:
MySQLCursor(
MySQLCRUDQueryExecutionContext context,
MySqlCommand^ command,
MySqlDataReader^ reader,
IEnumerable<Row^>^ source
)
new :
context : MySQLCRUDQueryExecutionContext *
command : MySqlCommand *
reader : MySqlDataReader *
source : IEnumerable<Row> -> MySQLCursor
new :
context : MySQLCRUDQueryExecutionContext *
command : MySqlCommand *
reader : MySqlDataReader *
source : IEnumerable<Row> -> MySQLCursor