Add Method
Definition
- Assemblies
- Savvyio.Core.dll
Add(TEntity)
Marks the specified entity to be added in the data store when SaveChangesAsync(Action<AsyncOptions>) is called.
void Add(TEntity entity)
Parameters
entityTEntityThe entity to add.
Marks the specified entity to be added in the data store when SaveChangesAsync(Action<AsyncOptions>) is called.
void Add(TEntity entity)
entity TEntityThe entity to add.