Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Contains(string)

Whether the columns contain the specified name.
Read time 1 minuteLast updated 11 days ago

Definition

public bool Contains(string name)

Parameters

name

The name of the column to look for.

Returns

Type

Description

boolWhether a column with the given name exists or not.