Find whether an entity is real

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool EntityIsReal(
	Guid entityId
)
Visual Basic (Declaration)
Public Function EntityIsReal ( _
	entityId As Guid _
) As Boolean
Visual C++
public:
virtual bool EntityIsReal(
	Guid entityId
) sealed

Parameters

entityId
Type: System..::.Guid
Identifier of the entity to look at

Return Value

true if the entity is real, false otherwise

Implements

IDataAccessor<(Of <(TEntity>)>)..::.EntityIsReal(Guid)

See Also