C# Class Neo4jClient.Gremlin.IfThenElseStep

Afficher le fichier Open project: Readify/Neo4jClient

Méthodes publiques

Méthode Description
IfThenElse ( this baseQuery, IGremlinQuery ifExpression, IGremlinQuery ifThen, IGremlinQuery ifElse ) : IGremlinRelationshipQuery

Method Details

IfThenElse() public static méthode

public static IfThenElse ( this baseQuery, IGremlinQuery ifExpression, IGremlinQuery ifThen, IGremlinQuery ifElse ) : IGremlinRelationshipQuery
baseQuery this
ifExpression IGremlinQuery
ifThen IGremlinQuery
ifElse IGremlinQuery
Résultat IGremlinRelationshipQuery