Interface Rowset

interface Rowset {
    fetchAllAsObject(): any;
}

Methods

Generated using TypeDoc