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