C# Class Net.Graph.Neo4JD.Traversal.Index.IndexQuery

Mostra file Open project: sonyarouje/Neo4jD Class Usage Examples

Public Methods

Method Description
AND ( ) : IndexQuery
Equals ( string propertyValue ) : IndexQuery
GetKey ( string propertyName ) : IndexQuery
IndexQuery ( ) : System
OR ( ) : IndexQuery
StartsWith ( string propertyValue ) : IndexQuery
ToString ( ) : string

Private Methods

Method Description
Add ( IndexBasePipe pipe ) : IndexQuery
ExtractQuery ( ) : string

Method Details

AND() public method

public AND ( ) : IndexQuery
return IndexQuery

Equals() public method

public Equals ( string propertyValue ) : IndexQuery
propertyValue string
return IndexQuery

GetKey() public method

public GetKey ( string propertyName ) : IndexQuery
propertyName string
return IndexQuery

IndexQuery() public method

public IndexQuery ( ) : System
return System

OR() public method

public OR ( ) : IndexQuery
return IndexQuery

StartsWith() public method

public StartsWith ( string propertyValue ) : IndexQuery
propertyValue string
return IndexQuery

ToString() public method

public ToString ( ) : string
return string