Defines the criteria for determining which rows to check out.
Constant | Value | Description |
---|---|---|
esriRowsTypeNone | 0 | Check out the schema only. |
esriRowsTypeAll | 1 | Check out all rows. |
esriRowsTypeFilter | 2 | Apply the filters defined by the ReplicaDescription object. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The enumeration is used to define which rows to check out.
The members of this enumeration are represented as follows:
- esriRowsTypeNone = 0 - No rows will be included. This is the default for non-spatial tables.
- esriRowsTypeAll = 1 - All rows will be included.
- esriRowsTypeFilter = 2 - Only rows that satisfy specified filters (such as a definition query or a selection) will be included. This is the default for spatial tables.