websiteProperty method

QueryBuilder<DbMetadata, (R1, R2, String?), QOperations> websiteProperty()

Implementation

QueryBuilder<DbMetadata, (R1, R2, String?), QOperations> websiteProperty() {
  return QueryBuilder.apply(this, (query) {
    return query.addProperty(9);
  });
}