示例#1
0
 public static ICypherFluentQuery AndWhere(this ICypherFluentQuery query, string prop, string value)
 {
     return(query.AndWhere($"{prop} = '{value}'"));
 }