Click or drag to resize

ITableOperations Properties

The ITableOperations type exposes the following members.

Properties
  Name Description
Public property ApplyRootQueryRestrictionToDeletes Gets or sets flag that determines if RootQueryRestriction should be applied to delete operations.
Public property ApplyRootQueryRestrictionToUpdates Gets or sets flag that determines if RootQueryRestriction should be applied to update operations.
Public property ExceptionHandler Gets or sets delegate used to handle table operation exceptions.
Public property HasPrimaryKeyIdentityField Gets flag that determines if modeled table has a primary key that is an identity field.
Public property PrimaryKeyCache Gets or sets primary key cache.
Public property RootQueryRestriction Gets or sets root record restriction that applies to query table operations.
Public property TableName Gets the table name defined for the modeled table, includes any escaping as defined in model.
Public property UnescapedTableName Gets the table name defined for the modeled table without any escape characters.
Public property UseCaseSensitiveFieldNames Gets or sets flag that determines if field names should be treated as case sensitive. Defaults to false.
Top
See Also