Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Contains() [1/2]

bool System.Data.DataRowCollection.Contains ( object? key)
inline

Definition at line 160 of file DataRowCollection.cs.

161 {
162 return _table.FindByPrimaryKey(key) != null;
163 }
DataRow FindByPrimaryKey(object[] values)

References System.Data.DataRowCollection._table, System.Data.DataTable.FindByPrimaryKey(), and System.key.