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

WasLastSignificantCharARelationshipLabel() public static method

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