Return Format
moduleSettings = {
qb = {
returnFormat = "array"
}
};moduleSettings = {
qb = {
returnFormat = "query"
}
};moduleSettings = {
qb = {
returnFormat = function( q ) {
return application.wirebox.getInstance(
name = "Collection",
initArguments = { collection = q }
);
}
}
};Last updated
Was this helpful?