select method
Please pass in comma seperated field names
e.g.: "oid,name,code,createdAt"
Implementation
@override
CollectionQuery<T> select(String fields) {
return super.select(fields) as CollectionQuery<T>;
}
Please pass in comma seperated field names
e.g.: "oid,name,code,createdAt"
@override
CollectionQuery<T> select(String fields) {
return super.select(fields) as CollectionQuery<T>;
}