Persist.NET Documentation Class Library

FreeSqlStatement Methods

The methods of the FreeSqlStatement class are listed below. For a complete list of FreeSqlStatement class members, see the FreeSqlStatement 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.
PerformCursor Execute the query and return the Cursor
PerformCursorForProxies Exexcute the query and return a Cursor of proxies objects
PerformNonQuery Perform the Query and return and integer
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

FreeSqlStatement Class | Persist.Statements Namespace