[This is preliminary documentation and is subject to change.]
Reads data from reader into rowset. the reader is NOT disposed
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
public static Row PopulateRow(
MySQLCRUDQueryExecutionContext context,
Type tRow,
Schema schema,
Schema..::..FieldDef[] toLoad,
MySqlDataReader reader
)
public static Row PopulateRow(
MySQLCRUDQueryExecutionContext context,
Type tRow,
Schema schema,
Schema..::..FieldDef[] toLoad,
MySqlDataReader reader
)
Public Shared Function PopulateRow (
context As MySQLCRUDQueryExecutionContext,
tRow As Type,
schema As Schema,
toLoad As Schema..::..FieldDef(),
reader As MySqlDataReader
) As Row
Public Shared Function PopulateRow (
context As MySQLCRUDQueryExecutionContext,
tRow As Type,
schema As Schema,
toLoad As Schema..::..FieldDef(),
reader As MySqlDataReader
) As Row
public:
static Row^ PopulateRow(
MySQLCRUDQueryExecutionContext context,
Type^ tRow,
Schema^ schema,
array<Schema..::..FieldDef^>^ toLoad,
MySqlDataReader^ reader
)
public:
static Row^ PopulateRow(
MySQLCRUDQueryExecutionContext context,
Type^ tRow,
Schema^ schema,
array<Schema..::..FieldDef^>^ toLoad,
MySqlDataReader^ reader
)
static member PopulateRow :
context : MySQLCRUDQueryExecutionContext *
tRow : Type *
schema : Schema *
toLoad : Schema..::..FieldDef[] *
reader : MySqlDataReader -> Row
static member PopulateRow :
context : MySQLCRUDQueryExecutionContext *
tRow : Type *
schema : Schema *
toLoad : Schema..::..FieldDef[] *
reader : MySqlDataReader -> Row
Return Value
Type:
Row