예제 #1
0
 public IGremlinQuery Where(IGremlinFilterQuery filter)
 {
     this.Query.Append($".where({filter.ToString()})");
     throw new System.NotImplementedException();
 }
예제 #2
0
 public IGremlinFilterQuery Not(IGremlinFilterQuery query)
 {
     throw new System.NotImplementedException();
 }