The SqlColumnValuePair type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | SqlColumnValuePair |
Creates a simple column value pair object.
Used for extracting column vaue pairs from an array of SqlTokens.
Used by an SqlToolBox method.
|
![]() | SqlColumnValuePair(SqlToken, SqlToken, SqlToken, SqlToken) |
Creates an SqlColumnValuePair object with initialized members.
|
Methods
Name | Description | |
---|---|---|
![]() | GetColumn |
Returns the column token.
|
![]() | GetColumnValue |
Returns the column name.
|
![]() | GetConnector |
Returns the connector for this SqlColumnValuePair.
|
![]() | GetConnectorType |
Returns the type of connector if there is one.
|
![]() | GetConnectorValue |
Returns the value of the current connector if there is one.
|
![]() | GetGroupLevel |
Returns the grouping level for this col value pair.
|
![]() | GetOperator |
Returns the operator token.
|
![]() | GetOperatorConnector |
Returns the operator connector type.
|
![]() | GetOperatorType |
Returns the operator type.
|
![]() | GetOperatorValue |
Returns the operator value.
|
![]() | GetTableValue |
Returns the table name.
|
![]() | GetValue1 |
Returns the value1 token.
|
![]() | GetValue1Value |
Returns the value of the value1 token.
|
![]() | GetValue2 |
Gets the value2 token.
|
![]() | GetValue2Value |
Returns the value of the value2 token.
|
![]() | SetColumn |
Sets the colulmn token.
|
![]() | SetConnector |
Sets the connector for this SqlColumnValuePair.
|
![]() | SetGroupLevel |
Sets the grouping level for this col value pair.
|
![]() | SetOperator |
Sets the operator token.
|
![]() | SetValue1 |
Sets the value1 token.
|
![]() | SetValue2 |
Sets the value2 token.
|
![]() | ToSqlQuery |
Overloaded method generates an SqlQuery with no connector.
|
![]() | ToSqlQuery(Boolean) |
Creates an SqlQuery from the tokens of the column value pair.
|
![]() | ToString |
Overridden ToString method provides a detailed description of this object.
(Overrides Object ToString .) |
Fields
Name | Description | |
---|---|---|
![]() | column |
Holds the column SqlToken.
|
![]() | conn |
Holds the connector SqlToken.
|
![]() | groupLevel |
Tracks the gouping or indent level of this object.
|
![]() | oper |
Holds the operator SqlToken.
|
![]() | value1 |
Holds the value1 SqlToken.
|
![]() | value2 |
Holds the value2 SqlToken.
|
See Also