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

◆ ClearErrors()

void System.Data.DataRow.ClearErrors ( )
inline

Definition at line 645 of file DataRow.cs.

646 {
647 if (_error != null)
648 {
649 _error.Clear();
651 }
652 }
void Clear(DataColumn column)
Definition DataError.cs:87
DataError _error
Definition DataRow.cs:36
void RowErrorChanged()
Definition DataRow.cs:411

References System.Data.DataRow._error, System.Data.DataError.Clear(), and System.Data.DataRow.RowErrorChanged().