Persist.NET Documentation Class Library

DeleteStatement Methods

The methods of the DeleteStatement class are listed below. For a complete list of DeleteStatement class members, see the DeleteStatement Members topic.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEqualToCriteria (inherited from PersistentStatement) Return an ICriteria used to compare if an Attribute Equal a parameter
GetGreaterThanCriteria (inherited from PersistentStatement) Return an ICriteria used to compare if an Attribute is Greater than a parameter
GetGreaterThanOrEqualToCriteria (inherited from PersistentStatement) Return an ICriteria used to compare if an Attribute is Greather than or Equal a parameter
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetInCriteria (inherited from PersistentStatement) Return an ICriteria used to check if an Attribute equal a value in a Set of specified values The parameter value must implement IEnumerable.
GetLessThanCriteria (inherited from PersistentStatement) Return an ICriteria used to compare if an Attribute Less than or equal a parameter
GetLessThanOrEqualToCriteria (inherited from PersistentStatement) Return an ICriteria used to compare if an Attribute is Less or equal a parameter
GetLikeCriteria (inherited from PersistentStatement) Return an ICriteria used to compare if an Attribute Like a parameter the % character has to be used to match multiple characters the _ character has to be used to match a single character
GetNewConditionSet (inherited from PersistentStatement) Returns new empty condition for this criteria.
GetNotEqualToCriteria (inherited from PersistentStatement) Return an ICriteria used to compare if an Attribute is not Equal to a parameter
GetType (inherited from Object)Gets the Type of the current instance.
Perform Execute the Query
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

FillStatementWithWhere (inherited from PersistentStatement) Insert the method's description here.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DeleteStatement Class | Persist.Statements Namespace