Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DataRowBuilder.cs
Go to the documentation of this file.
1
namespace
System.Data
;
2
3
public
sealed
class
DataRowBuilder
4
{
5
internal
readonly
DataTable
_table
;
6
7
internal
int
_record
;
8
9
internal
DataRowBuilder
(
DataTable
table,
int
record)
10
{
11
_table
= table;
12
_record
= record;
13
}
14
}
System.Data.DataRowBuilder.DataRowBuilder
DataRowBuilder(DataTable table, int record)
Definition
DataRowBuilder.cs:9
System.Data.DataRowBuilder._table
readonly DataTable _table
Definition
DataRowBuilder.cs:5
System.Data.DataRowBuilder._record
int _record
Definition
DataRowBuilder.cs:7
System.Data.DataRowBuilder
Definition
DataRowBuilder.cs:4
System.Data.DataTable
Definition
DataTable.cs:29
System.Data
Definition
ADP.cs:12
source
System.Data.Common
System.Data
DataRowBuilder.cs
Generated by
1.10.0