loadedTimestampProperty method
Implementation
QueryBuilder<DbContactList, (R1, R2, int?), QOperations>
loadedTimestampProperty() {
return QueryBuilder.apply(this, (query) {
return query.addProperty(10);
});
}
QueryBuilder<DbContactList, (R1, R2, int?), QOperations>
loadedTimestampProperty() {
return QueryBuilder.apply(this, (query) {
return query.addProperty(10);
});
}