SQLHelperFlags Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
NoLock | 1 | Generate the SQL with a NOLOCK hint (SQL-Server) or similar. | |
RowLock | 2 | Generate the SQL with a ROWLOCK hint (SQL-Server) or similar. | |
NoRowLock | 4 | Generate the SQL without a ROWLOCK hint (or similar) where the hint would otherwise be used (SQL-Server). |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.