UpsertRoles Enumeration |
Namespace: NetQuarry
| Member name | Value | Description | |
|---|---|---|---|
| Insert | 1 | The column should be added to the INSERT statement used when no match is found. | |
| Update | 2 | The column should be added to the UPDATE statement used when a match is found. | |
| Match | 4 | The column should be used as part of the filter for finding matching records. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.