E_DocumentDBQueryType
Syntax
{attribute 'qualified_only'}
TYPE E_DocumentDbQueryType :
(
InsertOne := 1,
InsertMany := 2,
UpdateOne := 3,
UpdateMany := 4 ,
Find := 5,
Aggregation := 6,
Delete := 7,
DeleteMany := 8,
CreateCollection := 9,
DropCollection := 10
);
END_TYPE
Voraussetzungen
Entwicklungsumgebung | Zielplattform | Einzubindende SPS Bibliotheken |
---|---|---|
TwinCAT v3.1 Build 4020.10 | PC oder CX (x86) | Tc3_Database |