Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
HasErrors
bool
System.Data.DataError.HasErrors
get
package
Definition at line
33
of file
DataError.cs
.
34
{
35
get
36
{
37
if
(
_rowError
.Length == 0)
38
{
39
return
_count
!= 0;
40
}
41
return
true
;
42
}
43
}
System.Data.DataError._rowError
string _rowError
Definition
DataError.cs:14
System.Data.DataError._count
int _count
Definition
DataError.cs:16
System
Data
DataError
Generated by
1.10.0