KnownActions Enumeration
Known Connector actions types.
Namespace:
Scribe.Core.ConnectorApi.Metadata
Assembly:
Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
public enum KnownActions
Members
|
Member Name |
Value |
Description |
---|---|---|---|
None |
0 |
No Action Type set |
|
Create |
1 |
Create Action Type |
|
InsertUpdate |
2 |
Insert then Update Action Type |
|
UpdateInsert |
3 |
Update then Insert Action Type |
|
Query |
4 |
Query Action Type |
|
Update |
5 |
Update Action Type |
|
Delete |
6 |
Delete Action Type |
|
NativeQuery |
7 |
Supports native syntax for query |
|
CreateWith |
8 |
Insert hierarchy action |
|
UpdateWith |
9 |
Update hierarchy action |
See