|
CrudClientTEntityUpdate Method |
Namespace: DrawerBackup.Native.Clients.CrudAPIAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void Update(
TEntity entity
)
Public Sub Update (
entity As TEntity
)
public:
virtual void Update(
TEntity entity
) sealed
abstract Update :
entity : 'TEntity -> unit
override Update :
entity : 'TEntity -> unit
Parameters
- entity
- Type: TEntity
Implements
ICrudClientTEntityUpdate(TEntity)
See Also