C# Class Neo4jClient.Gremlin.IfThenElseStep

显示文件 Open project: Readify/Neo4jClient

Public Methods

Method Description
IfThenElse ( this baseQuery, IGremlinQuery ifExpression, IGremlinQuery ifThen, IGremlinQuery ifElse ) : IGremlinRelationshipQuery

Method Details

IfThenElse() public static method

public static IfThenElse ( this baseQuery, IGremlinQuery ifExpression, IGremlinQuery ifThen, IGremlinQuery ifElse ) : IGremlinRelationshipQuery
baseQuery this
ifExpression IGremlinQuery
ifThen IGremlinQuery
ifElse IGremlinQuery
return IGremlinRelationshipQuery