# Create Data Table - Instance
Grammar — Create a data table instance
Flags —Native|Action
Returns — void
native void DataTableInstanceCreate();
# 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 —