# 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
FlagsNative | Action

# Arguments

  • int [ datatable ] — Target Instance
  • int [ datatable ] — Source Instance
  • string — Required Prefix

Returns — void

native void DataTableInstanceCopy(
	int targetInstance,
	int sourceInstance,
	string inReqPrefix,
);

Category: Data Table / Instance Version / Utility

# Examples

— None found —