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