Add an entity (if needed) to the underlying storage
Namespace:
Cloudster
Assembly:
Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
void AddEntity(
TEntity entity,
bool isRealEntity
) |
| Visual Basic (Declaration) |
|---|
Sub AddEntity ( _
entity As TEntity, _
isRealEntity As Boolean _
) |
| Visual C++ |
|---|
void AddEntity(
TEntity entity,
bool isRealEntity
) |
Parameters
- entity
- Type: TEntity
Entity to add
- isRealEntity
- Type: System..::.Boolean
Specifies whether or not the entity is a
real (from a user point of view) object
See Also