Name | Description | |
---|---|---|
SelectTable Constructor | Overloaded. Creates and initializes new instance of SelectTable. |
The following tables list the members exposed by SelectTable.
Name | Description | |
---|---|---|
SelectTable Constructor | Overloaded. Creates and initializes new instance of SelectTable. |
Name | Description | |
---|---|---|
Alias | Gets or sets table alias. | |
Database | Gets or sets the name of the table database. | |
JoinClause | Gets or sets a JOIN clause for the SelectTable. | |
JoinCondition | Gets or sets a JOIN ON clause for the SelectTable. | |
Name | Gets or sets name of the table or subquery text. | |
Schema | Gets or sets the name of the table schema. | |
SubQuery | Gets the subquery text that the SelectTable represents. |
Name | Description | |
---|---|---|
Equals | Determines whether two SelectTable objects are identical. | |
GetHashCode | Returns hash code of the current instance. | |
ToString | Returns the current SelectTable object in the text form. |