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

  NameDescription
Public methodGetColumn
Returns the column token.
Public methodGetColumnValue
Returns the column name.
Public methodGetConnector
Returns the connector for this SqlColumnValuePair.
Public methodGetConnectorType
Returns the type of connector if there is one.
Public methodGetConnectorValue
Returns the value of the current connector if there is one.
Public methodGetGroupLevel
Returns the grouping level for this col value pair.
Public methodGetOperator
Returns the operator token.
Public methodGetOperatorConnector
Returns the operator connector type.
Public methodGetOperatorType
Returns the operator type.
Public methodGetOperatorValue
Returns the operator value.
Public methodGetTableValue
Returns the table name.
Public methodGetValue1
Returns the value1 token.
Public methodGetValue1Value
Returns the value of the value1 token.
Public methodGetValue2
Gets the value2 token.
Public methodGetValue2Value
Returns the value of the value2 token.
Public methodSetColumn
Sets the colulmn token.
Public methodSetConnector
Sets the connector for this SqlColumnValuePair.
Public methodSetGroupLevel
Sets the grouping level for this col value pair.
Public methodSetOperator
Sets the operator token.
Public methodSetValue1
Sets the value1 token.
Public methodSetValue2
Sets the value2 token.
Public methodToSqlQuery 
Overloaded method generates an SqlQuery with no connector.
Public methodToSqlQuery(Boolean)
Creates an SqlQuery from the tokens of the column value pair.
Public methodToString
Overridden ToString method provides a detailed description of this object.
(Overrides Object ToString .)
Back to Top
See Also