Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ITableMapping.cs
Go to the documentation of this file.
1
namespace
System.Data
;
2
3
public
interface
ITableMapping
4
{
5
IColumnMappingCollection
ColumnMappings
{
get
; }
6
7
string
DataSetTable
{
get
;
set
; }
8
9
string
SourceTable
{
get
;
set
; }
10
}
System.Data.IColumnMappingCollection
Definition
IColumnMappingCollection.cs:6
System.Data.ITableMapping.SourceTable
string SourceTable
Definition
ITableMapping.cs:9
System.Data.ITableMapping.ColumnMappings
IColumnMappingCollection ColumnMappings
Definition
ITableMapping.cs:5
System.Data.ITableMapping.DataSetTable
string DataSetTable
Definition
ITableMapping.cs:7
System.Data.ITableMapping
Definition
ITableMapping.cs:4
System.Data
Definition
ADP.cs:12
source
System.Data.Common
System.Data
ITableMapping.cs
Generated by
1.10.0