|
ICrudClientTEntityUpdate Method |
Update the entity
Namespace: DrawerBackup.Native.Clients.CrudAPIAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxvoid Update(
TEntity entity
)
Sub Update (
entity As TEntity
)
void Update(
TEntity entity
)
abstract Update :
entity : 'TEntity -> unit
Parameters
- entity
- Type: TEntity
Return Value
Type:
See Also