[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)
public override RowsetBase Execute(
ICRUDQueryExecutionContext context,
Query query,
bool oneRow = false
)
public override RowsetBase Execute(
ICRUDQueryExecutionContext context,
Query query,
bool oneRow = false
)
Public Overrides Function Execute (
context As ICRUDQueryExecutionContext,
query As Query,
Optional oneRow As Boolean = false
) As RowsetBase
Public Overrides Function Execute (
context As ICRUDQueryExecutionContext,
query As Query,
Optional oneRow As Boolean = false
) As RowsetBase
public:
virtual RowsetBase^ Execute(
ICRUDQueryExecutionContext^ context,
Query^ query,
bool oneRow = false
) override
public:
virtual RowsetBase^ Execute(
ICRUDQueryExecutionContext^ context,
Query^ query,
bool oneRow = false
) override
abstract Execute :
context : ICRUDQueryExecutionContext *
query : Query *
?oneRow : bool
(* Defaults:
let _oneRow = defaultArg oneRow false
*)
-> RowsetBase
override Execute :
context : ICRUDQueryExecutionContext *
query : Query *
?oneRow : bool
(* Defaults:
let _oneRow = defaultArg oneRow false
*)
-> RowsetBase
abstract Execute :
context : ICRUDQueryExecutionContext *
query : Query *
?oneRow : bool
(* Defaults:
let _oneRow = defaultArg oneRow false
*)
-> RowsetBase
override Execute :
context : ICRUDQueryExecutionContext *
query : Query *
?oneRow : bool
(* Defaults:
let _oneRow = defaultArg oneRow false
*)
-> RowsetBase
Return Value
Type:
RowsetBase