Sql.Net Class Library Documentation

SelectQuery Members

SelectQuery overview

Public Instance Constructors

SelectQuery Constructor Creates a new SelectQuery

Public Instance Properties

Columns Gets the collection of columns for this SelectQuery
Distinct Gets or sets wheather only distinct rows are to be returned.
FromClause Gets the FROM definition for this SelectQuery
GroupByTerms Gets the GROUP BY definition for this SelectQuery
GroupByWithCube Gets or sets the group by with cube option for the query. Not supported by all databases.
GroupByWithRollup Gets or sets the group by with rollup option for the query
HavingPhrase Gets the WHERE conditions for this SelectQuery
OrderByTerms Gets the ORDER BY definition for this SelectQuery
TableSpace Gets or sets the common prefix for all tables in the query
Top Gets or sets the result-set row count limitation
WherePhrase Gets the WHERE conditions for this SelectQuery

Public Instance Methods

Clone Clones the SelectQuery
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
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.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.
Validate Validates the SelectQuery

Protected Instance Methods

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

SelectQuery Class | Reeb.SqlOM Namespace