![]() |
Creates a new SelectQuery |
![]() | Gets the collection of columns for this SelectQuery |
![]() | Gets or sets wheather only distinct rows are to be returned. |
![]() | Gets the FROM definition for this SelectQuery |
![]() | Gets the GROUP BY definition for this SelectQuery |
![]() | Gets or sets the group by with cube option for the query. Not supported by all databases. |
![]() | Gets or sets the group by with rollup option for the query |
![]() | Gets the WHERE conditions for this SelectQuery |
![]() | Gets the ORDER BY definition for this SelectQuery |
![]() | Gets or sets the common prefix for all tables in the query |
![]() | Gets or sets the result-set row count limitation |
![]() | Gets the WHERE conditions for this SelectQuery |
![]() | Clones the SelectQuery |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Validates the SelectQuery |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
SelectQuery Class | Reeb.SqlOM Namespace