# Data Table Value Exists - Instance
Grammar — name value exists in the data table instance instance
Flags —Native
|Function
Returns true if a data table instance value exists.
# Arguments
int
<datatable> — Instancestring
— Name
Returns — bool
native bool DataTableInstanceValueExists(
int instance,
string name,
);
# 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 —