DataAccessAdapterCoreDeleteEntity Method (IEntity2, IPredicateExpression) |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
public virtual bool DeleteEntity( IEntity2 entityToDelete, IPredicateExpression deleteRestriction )
Exception | Condition |
---|---|
ORMConcurrencyException | Will throw an ORMConcurrencyException if the delete fails. |