DataAccessAdapterCoreDeleteEntitiesDirectlyAsync Method (String, IRelationPredicateBucket) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax Remarks
Not supported for entities which are in a TargetPerEntity hierarchy.
This overload doesn't support Authorization or Auditing. It's recommended, if you want to use authorization and/or auditing on this method,
use the overload of DeleteEntitiesDirectly which accepts a type.
See Also