[This is preliminary documentation and is subject to change.]
Performs CRUD row update. Override to do custom update
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal virtual int DoUpdate(
MySqlConnection cnn,
MySqlTransaction transaction,
Row row,
IDataStoreKey key = null,
FieldFilterFunc filter = null
)
protected internal virtual int DoUpdate(
MySqlConnection cnn,
MySqlTransaction transaction,
Row row,
IDataStoreKey key = null,
FieldFilterFunc filter = null
)
Protected Friend Overridable Function DoUpdate (
cnn As MySqlConnection,
transaction As MySqlTransaction,
row As Row,
Optional key As IDataStoreKey = Nothing,
Optional filter As FieldFilterFunc = Nothing
) As Integer
Protected Friend Overridable Function DoUpdate (
cnn As MySqlConnection,
transaction As MySqlTransaction,
row As Row,
Optional key As IDataStoreKey = Nothing,
Optional filter As FieldFilterFunc = Nothing
) As Integer
protected public:
virtual int DoUpdate(
MySqlConnection^ cnn,
MySqlTransaction^ transaction,
Row^ row,
IDataStoreKey^ key = nullptr,
FieldFilterFunc^ filter = nullptr
)
protected public:
virtual int DoUpdate(
MySqlConnection^ cnn,
MySqlTransaction^ transaction,
Row^ row,
IDataStoreKey^ key = nullptr,
FieldFilterFunc^ filter = nullptr
)
abstract DoUpdate :
cnn : MySqlConnection *
transaction : MySqlTransaction *
row : Row *
?key : IDataStoreKey *
?filter : FieldFilterFunc
(* Defaults:
let _key = defaultArg key null
let _filter = defaultArg filter null
*)
-> int
override DoUpdate :
cnn : MySqlConnection *
transaction : MySqlTransaction *
row : Row *
?key : IDataStoreKey *
?filter : FieldFilterFunc
(* Defaults:
let _key = defaultArg key null
let _filter = defaultArg filter null
*)
-> int
abstract DoUpdate :
cnn : MySqlConnection *
transaction : MySqlTransaction *
row : Row *
?key : IDataStoreKey *
?filter : FieldFilterFunc
(* Defaults:
let _key = defaultArg key null
let _filter = defaultArg filter null
*)
-> int
override DoUpdate :
cnn : MySqlConnection *
transaction : MySqlTransaction *
row : Row *
?key : IDataStoreKey *
?filter : FieldFilterFunc
(* Defaults:
let _key = defaultArg key null
let _filter = defaultArg filter null
*)
-> int
Return Value
Type:
Int32