AtomsFramework Persistence Layer Reference Guide

DeleteCriteria Class

[This is preliminary documentation and subject to change.]

Persistent criteria for deleting multiple objects.

For a list of all members of this type, see DeleteCriteria Members.

System.Object
   AtomsFramework.PersistentCriteria
      AtomsFramework.DeleteCriteria

[Visual Basic]
Public Class DeleteCriteria
    Inherits PersistentCriteria
[C#]
public class DeleteCriteria : PersistentCriteria

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Inherits all of the functionality of the PersistentCriteria and only includes the method for actually performing the delete.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

DeleteCriteria Members | AtomsFramework Namespace