The SqlColumnValuePair type exposes the following members.
Back to Top
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 .) |
See Also