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

◆ GetParentRow() [4/4]

DataRow? System.Data.DataRow.GetParentRow ( string? relationName,
DataRowVersion version )
inline

Definition at line 719 of file DataRow.cs.

720 {
722 }
DataRow? GetParentRow(string? relationName)
Definition DataRow.cs:714
readonly DataTable _table
Definition DataRow.cs:12
DataRelationCollection ParentRelations
Definition DataTable.cs:572

References System.Data.DataRow._table, System.Xml.Dictionary, System.Data.DataRow.GetParentRow(), and System.Data.DataTable.ParentRelations.