Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDataReader.cs
Go to the documentation of this file.
1
namespace
System.Data
;
2
3
public
interface
IDataReader
:
IDisposable
,
IDataRecord
4
{
5
int
Depth
{
get
; }
6
7
bool
IsClosed
{
get
; }
8
9
int
RecordsAffected
{
get
; }
10
11
void
Close
();
12
13
DataTable
?
GetSchemaTable
();
14
15
bool
NextResult
();
16
17
bool
Read
();
18
}
System.Data.DataTable
Definition
DataTable.cs:29
System.Data.IDataReader.Depth
int Depth
Definition
IDataReader.cs:5
System.Data.IDataReader.RecordsAffected
int RecordsAffected
Definition
IDataReader.cs:9
System.Data.IDataReader.Read
bool Read()
System.Data.IDataReader.NextResult
bool NextResult()
System.Data.IDataReader.Close
void Close()
System.Data.IDataReader.GetSchemaTable
DataTable? GetSchemaTable()
System.Data.IDataReader.IsClosed
bool IsClosed
Definition
IDataReader.cs:7
System.Data.IDataReader
Definition
IDataReader.cs:4
System.Data.IDataRecord
Definition
IDataRecord.cs:6
System.IDisposable
Definition
IDisposable.cs:4
System.Data
Definition
ADP.cs:12
source
System.Data.Common
System.Data
IDataReader.cs
Generated by
1.10.0