Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TablesDataSetTable()

static Exception System.Data.Common.ADP.TablesDataSetTable ( string cacheTable)
inlinestaticpackage

Definition at line 288 of file ADP.cs.

289 {
290 return CollectionIndexString(typeof(DataTableMapping), "DataSetTable", cacheTable, typeof(DataTableMappingCollection));
291 }
static IndexOutOfRangeException CollectionIndexString(Type itemType, string propertyName, string propertyValue, Type collection)
Definition ADP.cs:845

References System.Data.Common.ADP.CollectionIndexString().

Referenced by System.Data.Common.DataTableMappingCollection.GetByDataSetTable().