# Copy Data Table - Instance
Grammar — Copy all values that names start with inReqPrefix in data table instance sourceInstance and paste them into data table instance targetInstance
Flags —Native
|Action
# Arguments
int
<datatable> — Target Instanceint
<datatable> — Source Instancestring
— Required Prefix
Returns — void
native void DataTableInstanceCopy(
int targetInstance,
int sourceInstance,
string inReqPrefix,
);
# Related
Category: Data Table / Instance Version / Utility
- Create Data Table - Instance —
void
— DataTableInstanceCreate - Copy Data Table - Instance —
void
— DataTableInstanceCopy - Clear Data Table - Instance —
void
— DataTableInstanceClear - Last Created Data Table - Instance —
int
<datatable> — DataTableInstanceLastCreated - Number Of Data Table Values - Instance —
int
— DataTableInstanceValueCount - Name Of Data Table Value - Instance —
string
— DataTableInstanceValueName - Data Table Value Exists - Instance —
bool
— DataTableInstanceValueExists - Type Of Data Table Value - Instance —
int
<preset::DataType> — DataTableInstanceValueType
# Examples
— None found —