Deletes an entity (if needed) from the underlying storage

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

Syntax

C#
public void DeleteEntity(
	Guid entityId
)
Visual Basic (Declaration)
Public Sub DeleteEntity ( _
	entityId As Guid _
)
Visual C++
public:
virtual void DeleteEntity(
	Guid entityId
) sealed

Parameters

entityId
Type: System..::.Guid
Identifier of the entity to delete

Implements

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

See Also