FieldDeleteBehavior Enumeration |
Namespace: NetQuarry.Data
Member name | Value | Description | |
---|---|---|---|
Default | 0 | The mapper should delete based on default logic - delete if the field is marked as unique key. | |
AlwaysDelete | 1 | The mapper should delete from this table, even if the PK isn't the unique key. | |
NeverDelete | 2 | The mapper should never delete from this table. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.