|
DbManagerUpdate Method |
Update the entity in the database
Namespace: DrawerBackup.Native.DataAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected abstract void Update(
string entity,
DbManagerFieldDef field
)
Protected MustOverride Sub Update (
entity As String,
field As DbManagerFieldDef
)
protected:
virtual void Update(
String^ entity,
DbManagerFieldDef^ field
) abstract
abstract Update :
entity : string *
field : DbManagerFieldDef -> unit
Parameters
- entity
- Type: SystemString
- field
- Type: DrawerBackup.Native.DataDbManagerFieldDef
Return Value
Type:
See Also