예제 #1
0
 public _ArangoCursorExecute_242(ArangoDatabase _enclosing)
 {
     this._enclosing = _enclosing;
 }
예제 #2
0
 protected internal ArangoGraph(ArangoDatabase db, string name)
     : base(db.executor(), db.name(), name)
 {
 }