Appends a mapped persistent property to the query.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ObjectQueryBuilder(Of T)
Dim propertyName As String
Dim comparison As Comparisons
Dim value As Object
instance.AppendProperty(propertyName, comparison, value)
|
Parameters
- propertyName
- The name of the property that is added.
- comparison
- The comparison used to load all objects that match the value compared with the property.
- value
- The value of the property. All objects matching the value in combination with the comparison are loaded.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also