The SqlSelectEntry type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | SqlSelectEntry |
General constructor.
|
![]() | SqlSelectEntry(SqlToken, SqlToken, SqlToken, SqlToken, SqlToken) |
Loaded constructor.
|
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 .) |
Fields
Name | Description | |
---|---|---|
![]() | alias |
Holds an aloas token for this SqlSelectEntry.
|
![]() | column |
Holds a column token for this SqlSelectEntry.
|
![]() | connector |
Hodls a connector token fo rthis SqlSelectEntry.
|
![]() | function |
Holds a function token for this SqlSelectEntry.
|
![]() | groupLevel |
Sets the group level for this SqlSelectEntry.
|
![]() | staticValue |
Holds a static value token for this SqlSelectEntry.
|
![]() | table |
Holds a table token for this SqlSelectEntry.
|
![]() | type |
Holds the type of SqlSelectEntry this object is set to.
|
See Also