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

◆ HasErrors

bool System.Data.DataRow.HasErrors
get

Definition at line 392 of file DataRow.cs.

393 {
394 get
395 {
396 if (_error != null)
397 {
398 return _error.HasErrors;
399 }
400 return false;
401 }
402 }
DataError _error
Definition DataRow.cs:36