Appends a comparison between two properties to the query.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ObjectQueryBuilder(Of T)
Dim propertyA As String
Dim comparison As Comparisons
Dim propertyB As String
instance.AppendPropertyComparison(propertyA, comparison, propertyB)
|
Parameters
- propertyA
- The first property that is compared with the second one.
- comparison
- The comparison used to compare both properties.
- propertyB
- The second property that is compared with the first one.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also