IQueryHas Method (String, Object) | 
 
                Filter out the edge if it does not have a property with the specified value.
            
 
    Namespace: 
   Frontenac.Blueprints
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
SyntaxIQuery Has(
	string key,
	Object value
)
Function Has ( 
	key As String,
	value As Object
) As IQuery
IQuery^ Has(
	String^ key, 
	Object^ value
)
abstract Has : 
        key : string * 
        value : Object -> IQuery 
Parameters
- key
 - Type: SystemString
the key of the property - value
 - Type: SystemObject
the value to check against 
Return Value
Type: 
IQuerythe modified query object
See Also