ITable
|
The ITableOperations type exposes the following members.
Name | Description | |
---|---|---|
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. | |
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. | |
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. |