Workspace table properties.
Constant | Value | Description |
---|---|---|
esriTablePropRowCountIsCalculated | 1 | The row count is calculated - could be expensive (VT_BOOL). |
esriTablePropCanAddField | 2 | Can add a field to a table (VT_BOOL). |
esriTablePropCanDeleteField | 3 | Can delete a field from a table (VT_BOOL). |
esriTablePropCanAddIndex | 4 | Can add an index to a table (VT_BOOL). |
esriTablePropCanDeleteIndex | 5 | Can delete an index from a table (VT_BOOL). |
esriTablePropOIDIsRecordNumber | 6 | The OID is the record number -- implies that id's are continuous (VT_BOOL). |
esriTablePropMaxFieldNameLength | 7 | The maximum length of field names. |
esriTablePropBindCursor | 8 | Support for bind cursors (VT_BOOL). |
esriTablePropSupportsMultiColumnIndexes | 9 | Support for multi-column indexes (VT_BOOL). |
esriTablePropCanAddAttributeRule | 10 | Can add an attribute rule to a table (VT_BOOL). |