Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ITableMappingCollection.cs
Go to the documentation of this file.
1
using
System.Collections
;
2
3
namespace
System.Data
;
4
5
public
interface
ITableMappingCollection
:
IList
,
ICollection
,
IEnumerable
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
}
System.Collections.ICollection
Definition
ICollection.cs:4
System.Collections.IEnumerable
Definition
IEnumerable.cs:8
System.Collections.IList
Definition
IList.cs:4
System.Data.ITableMappingCollection.IndexOf
int IndexOf(string? sourceTableName)
System.Data.ITableMappingCollection.RemoveAt
void RemoveAt(string sourceTableName)
System.Data.ITableMappingCollection.Add
ITableMapping Add(string sourceTableName, string dataSetTableName)
System.Data.ITableMappingCollection.GetByDataSetTable
ITableMapping GetByDataSetTable(string dataSetTableName)
System.Data.ITableMappingCollection.Contains
bool Contains(string? sourceTableName)
System.Data.ITableMappingCollection
Definition
ITableMappingCollection.cs:6
System.Data.ITableMapping
Definition
ITableMapping.cs:4
System.Collections
Definition
BlockingCollection.cs:8
System.Data
Definition
ADP.cs:12
System.ExceptionArgument.index
@ index
source
System.Data.Common
System.Data
ITableMappingCollection.cs
Generated by
1.10.0