System.Data.DataSet.GetParentRelations C# (CSharp) Method

GetParentRelations() private method

Gets the collection of parent relations which belong to a specified table.
private GetParentRelations ( DataTable table ) : DataRelationCollection
table DataTable
return DataRelationCollection
        internal DataRelationCollection GetParentRelations(DataTable table) => table.ParentRelations;