Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ITableMappingCollection.cs
Go to the documentation of this file.
2
3namespace System.Data;
4
6{
7 object this[string index] { get; set; }
8
9 ITableMapping Add(string sourceTableName, string dataSetTableName);
10
11 bool Contains(string? sourceTableName);
12
13 ITableMapping GetByDataSetTable(string dataSetTableName);
14
15 int IndexOf(string? sourceTableName);
16
17 void RemoveAt(string sourceTableName);
18}
int IndexOf(string? sourceTableName)
void RemoveAt(string sourceTableName)
ITableMapping Add(string sourceTableName, string dataSetTableName)
ITableMapping GetByDataSetTable(string dataSetTableName)
bool Contains(string? sourceTableName)