Title here
Summary here
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.
public enum RowCountOptions| Name | Description |
|---|---|
| DirtyRead | |
| None | |
| QuickQueryMode | |
| ReadOnlyFirstRow |