Esempio n. 1
0
 public Relationship AddToIndex(ConnectionElement connection, Relationship relationship, string indexName, string key, object value)
 {
     return(_batchStore.AddToIndex(connection, relationship, indexName, key, value));
 }
 public Node AddToIndex(ConnectionElement connection, Node node, string indexName, string key, object value)
 {
     return(_batchStore.AddToIndex(connection, node, indexName, key, value));
 }