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