public static Rowset PopulateRowset(
MySQLCRUDQueryExecutionContext context,
MySqlDataReader reader,
string target,
Query query,
QuerySource qSource,
bool oneRow
)
public static Rowset PopulateRowset(
MySQLCRUDQueryExecutionContext context,
MySqlDataReader reader,
string target,
Query query,
QuerySource qSource,
bool oneRow
)
Public Shared Function PopulateRowset (
context As MySQLCRUDQueryExecutionContext,
reader As MySqlDataReader,
target As String,
query As Query,
qSource As QuerySource,
oneRow As Boolean
) As Rowset
Public Shared Function PopulateRowset (
context As MySQLCRUDQueryExecutionContext,
reader As MySqlDataReader,
target As String,
query As Query,
qSource As QuerySource,
oneRow As Boolean
) As Rowset
public:
static Rowset^ PopulateRowset(
MySQLCRUDQueryExecutionContext context,
MySqlDataReader^ reader,
String^ target,
Query^ query,
QuerySource^ qSource,
bool oneRow
)
public:
static Rowset^ PopulateRowset(
MySQLCRUDQueryExecutionContext context,
MySqlDataReader^ reader,
String^ target,
Query^ query,
QuerySource^ qSource,
bool oneRow
)
static member PopulateRowset :
context : MySQLCRUDQueryExecutionContext *
reader : MySqlDataReader *
target : string *
query : Query *
qSource : QuerySource *
oneRow : bool -> Rowset
static member PopulateRowset :
context : MySQLCRUDQueryExecutionContext *
reader : MySqlDataReader *
target : string *
query : Query *
qSource : QuerySource *
oneRow : bool -> Rowset