SqlSelectEntry MethodsA Sandcastle Documented Class Library
The SqlSelectEntry type exposes the following members.
Methods

  NameDescription
Public methodGetAlias
Gets the alias token.
Public methodGetAliasValue
Returns the value of the alias token if there is one.
Public methodGetColumn
Gets the column token.
Public methodGetColumnValue
Returns the value of the column token if there is one.
Public methodGetConnector
Gets the connector token.
Public methodGetConnectorValue
Returns the value of the connector token if there is one.
Public methodGetEntryType
Returns the select entry type.
Public methodGetFunction
Gets the function token.
Public methodGetFunctionValue
Returns the value of the function token if there is one.
Public methodGetGroupLevel
Get the group level of this object.
Public methodGetIsFormulaPart
Returns true if this object is part of a formula.
Public methodGetStaticValue
Returns the static value token of this select entry object.
Public methodGetStaticValueValue
Returns the value of the static value token if there is one.
Public methodGetTable
Gets the table token.
Public methodGetTableValue
Returns the value of the table token if there is one.
Public methodSetAlias
Sets the alias token.
Public methodSetColumn
Sets the column token.
Public methodSetConnector
Set connector token.
Public methodSetFunction
Sets the function token.
Public methodSetGroupLevel
Set the group level of this object.
Public methodSetStaticValue
Sets the static value token of this select entry object.
Public methodSetTable
Sets the table token.
Public methodSetType
Set the select entry type.
Public methodToSqlQuery 
Returns this SqlSelect entry in SqlQuery form.
Public methodToSqlQuery(Boolean, Boolean)
Returns an SqlQueryObj the represents this select entry object.
Public methodToString
Overridden ToString method provides a detailed string representation of this object.
(Overrides Object ToString .)
Back to Top
See Also