Click or drag to resize
DbManagerUpdate Method
Update the entity in the database

Namespace: DrawerBackup.Native.Data
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
protected abstract void Update(
	string entity,
	DbManagerFieldDef field
)

Parameters

entity
Type: SystemString
field
Type: DrawerBackup.Native.DataDbManagerFieldDef

Return Value

Type: 
See Also