ravendb
Version:
RavenDB client for Node.js
13 lines • 489 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IndexQueryWithParameters = void 0;
const IndexQueryBase_js_1 = require("./IndexQueryBase.js");
class IndexQueryWithParameters extends IndexQueryBase_js_1.IndexQueryBase {
/**
* Allow to skip duplicate checking during queries
*/
skipDuplicateChecking;
skipStatistics;
}
exports.IndexQueryWithParameters = IndexQueryWithParameters;
//# sourceMappingURL=IndexQueryWithParameters.js.map