Enum RowCountOptions

Used in the RowCountTask. None forces the RowCountTask to do a normal COUNT() and works on all databases. QuickQueryMode only works on SqlServer and uses the partition table which can be much faster on tables with a big amount of data. DirtyRead does a normal COUNT() but also reading uncommitted reads.

Namespace: ETLBox.ControlFlow
Assembly: ETLBox.dll
Syntax
    public enum RowCountOptions

Fields

NameDescription
DirtyRead
None
QuickQueryMode
ReadOnlyFirstRow