nativeRowsRead property

int get nativeRowsRead

Implementation

int get nativeRowsRead =>
    nativeHybridResultRows +
    nativeFullHydrateRows +
    nativePreviewRows +
    nativeAssemblyRows +
    nativeUnclassifiedRows;