OperationType Enumeration |
Namespace: NetQuarry.Data
Member name | Value | Description | |
---|---|---|---|
Insert | 1 | The mapper is inserting a new record. | |
Update | 2 | The mapper is updating an existing record. | |
Delete | 3 | The mapper is deleting an existing record. | |
PopulateFromPage | 4 | The mapper is populating its field values from the page posted back from the client. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.