SingleStatementQueryAction Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
NewEntityInsert | 0 | An insert of a new entity is about to be started | |
ExistingEntityUpdate | 1 | An update of an existing entity is about to be started | |
EntityDelete | 2 | A delete of an existing entity is about to be started | |
DirectUpdateEntities | 3 | A direct update of entities in the database with a single update statement is about to be started | |
DirectDeleteEntities | 4 | A direct delete of entities in the database with a single delete statement is about to be started |
(c)2002-2018 Solutions Design bv