kindProperty method

QueryBuilder<DbEvent, (R1, R2, int), QOperations> kindProperty()

Implementation

QueryBuilder<DbEvent, (R1, R2, int), QOperations> kindProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addProperty(3);
  });
}