Anabranch.Neo4JConsolePackage.AutoCompleteBehavior.CypherEvaluator.IsInARelationship C# (CSharp) Method

IsInARelationship() public static method

public static IsInARelationship ( string cypher ) : bool
cypher string
return bool
        public static bool IsInARelationship(string cypher)
        {
            return IsInSomething(cypher, '[', ']');
        }