Exemplo n.º 1
0
 internal override void Has(GremlinToSqlContext currentContext, string label, string propertyKey, object value)
 {
     currentContext.Has(this, label, propertyKey, value);
 }
Exemplo n.º 2
0
 internal override void Has(GremlinToSqlContext currentContext, string label, string propertyKey, Predicate predicate)
 {
     currentContext.Has(this, label, propertyKey, predicate);
 }
Exemplo n.º 3
0
 internal override void Has(GremlinToSqlContext currentContext, string propertyKey, GremlinToSqlContext propertyContext)
 {
     currentContext.Has(this, propertyKey, propertyContext);
 }