The SqlSelectEntry type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | GetAlias |
Gets the alias token.
|
![]() | GetAliasValue |
Returns the value of the alias token if there is one.
|
![]() | GetColumn |
Gets the column token.
|
![]() | GetColumnValue |
Returns the value of the column token if there is one.
|
![]() | GetConnector |
Gets the connector token.
|
![]() | GetConnectorValue |
Returns the value of the connector token if there is one.
|
![]() | GetEntryType |
Returns the select entry type.
|
![]() | GetFunction |
Gets the function token.
|
![]() | GetFunctionValue |
Returns the value of the function token if there is one.
|
![]() | GetGroupLevel |
Get the group level of this object.
|
![]() | GetIsFormulaPart |
Returns true if this object is part of a formula.
|
![]() | GetStaticValue |
Returns the static value token of this select entry object.
|
![]() | GetStaticValueValue |
Returns the value of the static value token if there is one.
|
![]() | GetTable |
Gets the table token.
|
![]() | GetTableValue |
Returns the value of the table token if there is one.
|
![]() | SetAlias |
Sets the alias token.
|
![]() | SetColumn |
Sets the column token.
|
![]() | SetConnector |
Set connector token.
|
![]() | SetFunction |
Sets the function token.
|
![]() | SetGroupLevel |
Set the group level of this object.
|
![]() | SetStaticValue |
Sets the static value token of this select entry object.
|
![]() | SetTable |
Sets the table token.
|
![]() | SetType |
Set the select entry type.
|
![]() | ToSqlQuery |
Returns this SqlSelect entry in SqlQuery form.
|
![]() | ToSqlQuery(Boolean, Boolean) |
Returns an SqlQueryObj the represents this select entry object.
|
![]() | ToString |
Overridden ToString method provides a detailed string representation of this object.
(Overrides Object ToString .) |
See Also