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

◆ TablesIsParent()

static Exception System.Data.Common.ADP.TablesIsParent ( ICollection collection)
inlinestaticpackage

Definition at line 303 of file ADP.cs.

304 {
305 return ParametersIsParent(typeof(DataTableMapping), collection);
306 }
static ArgumentException ParametersIsParent(Type parameterType, ICollection collection)
Definition ADP.cs:912

References System.collection, and System.Data.Common.ADP.ParametersIsParent().

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