T_QueryOptionDocumentDB_Insert
Syntax
Definition:
TYPE T_QueryOptionDocumentDB_Insert
STRUCT
pDocuments: POINTER TO BYTE;
cbDocuments: UDINT;
END_STRUCT
END_TYPEParameter
Name | Type | Description |
|---|---|---|
pDocuments | POINTER TO BYTE | Specifies the address of one or more documents to add to a collection. |
cbDocuments | UDINT | Length of the document. |
Requirements
Development environment | Target platform | PLC libraries to include |
|---|---|---|
TwinCAT v3.1 Build 4022.20 | PC or CX (x86) | Tc3_Database |