DbCommandTreeKind Enumeration
Describes the different database commands.
Assembly: EntityFramework (in EntityFramework.dll)
Member name | Description | |
---|---|---|
Delete | Specifies delete command. | |
Function | Specifies function command. | |
Insert | Specifies insert command. | |
Query | Specifies query command. | |
Update | Specifies update command. |