Ejemplo n.º 1
0
 public static long Count(this ICypherFluentQuery query, string targetVar = "x")
 {
     return(query.FirstOrDefault(() => Return.As <long>($"count(distinct {targetVar})")));
 }