Net.Graph.Neo4JD.Node.Get C# (CSharp) Метод

Get() публичный статический Метод

public static Get ( string location ) : Node
location string
Результат Node
        public static Node Get(string location)
        {
            Persistance.NodeRepo db = new Persistance.NodeRepo();
            return db.GetNode(new Uri(location));
        }

Same methods

Node::Get ( int id ) : Node