| ApplyRootQueryRestrictionToDeletes | Gets or sets flag that determines if RootQueryRestriction should be applied to delete operations. |
| ApplyRootQueryRestrictionToUpdates | Gets or sets flag that determines if RootQueryRestriction should be applied to update operations. |
| Connection | Gets AdoDataConnection instance associated with this TableOperationsT used for database operations. |
| ExceptionHandler | Gets or sets delegate used to handle table operation exceptions. |
| HasPrimaryKeyIdentityField | Gets flag that determines if modeled table has a primary key that is an identity field. |
| PrimaryKeyCache | Gets or sets primary key cache. |
| RootQueryRestriction | Gets or sets root record restriction that applies to query table operations. |
| TableName | Gets the table name defined for the modeled table, includes any escaping as defined in model. |
| TypeRegistry | Gets or sets TypeRegistry instance used for evaluating encountered instances of the ValueExpressionAttributeBase on modeled table properties. |
| UnescapedTableName | Gets the table name defined for the modeled table without any escape characters. |
| UseCaseSensitiveFieldNames | Gets or sets flag that determines if field names should be treated as case-sensitive. Defaults to false. |
| WildcardChar | Gets the wildcard character used for pattern matching within queries. |