SelectStatement Members
In This Article
#Constructors
Name | Description |
---|---|
Select |
Initializes a new instance of the Select |
Select |
Initializes a new instance of the Select |
#Fields
Name | Description |
---|---|
Alias |
A String value that identifies the table.
Inherited from Join |
Condition |
Specifies the criteria expression.
Inherited from Join |
Group |
Specifies the grouping expression that is represented by a Criteria |
Operands |
The collection of operands.
Inherited from Base |
Skip |
Specifies the number of records to exclude from the query result. |
Sub |
Provides access to the collection of sub nodes that is represented by a Join |
Table |
Inherited from Join |
Top |
Specifies the maximum number of selected records. |
Type |
A Join |
#Properties
Name | Description |
---|---|
Group |
Provides access to the Criteria |
Sort |
Provides access to the Query |
#Methods
Name | Description |
---|---|
Collect |
Inherited from Join |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the current object has the same settings as the specified object. |
Get |
Returns the column with the specified name.
Inherited from Join |
Get |
Gets the hash code (a number) that corresponds to the value of the current Select |
Get |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Get |
Returns the names of the tables that are referenced in the statement.
Inherited from Base |
Get |
Returns the names of the tables that are referenced in the specified statements.
Inherited from Base |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. |
See Also