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

◆ HasRows

override bool System.Data.DataTableReader.HasRows
get

Definition at line 101 of file DataTableReader.cs.

102 {
103 get
104 {
105 ValidateOpen("HasRows");
107 return _hasRows;
108 }
109 }
void ValidateOpen(string caller)