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

◆ GetDbDataReader()

virtual DbDataReader System.Data.Common.DbDataReader.GetDbDataReader ( int ordinal)
inlineprotectedvirtual

Definition at line 136 of file DbDataReader.cs.

137 {
138 throw ADP.NotSupported();
139 }

References System.Data.Common.ADP.NotSupported().

Referenced by System.Data.Common.DbDataReader.GetData().