Example #1
0
 public static BICriteria emptyOnly(BIKey.BIGroup group)
 {
     return(new BICriteria(new BIKey(group, null), Operator.EMPTY_ONLY));
 }