# Type Of Data Table Value - Instance

Grammar — Type of name value in the data table instance instance
FlagsNative | Function

Returns the type of a data table intance value.

# Arguments

  • int [ datatable ] — Instance
  • string — Name

Returns — int [ preset::DataType ]

native int DataTableInstanceValueType(
	int instance,
	string name,
);

Category: Data Table / Instance Version / Utility

# Examples

— None found —