System.Data.DataSet.GetParentRelations C# (CSharp) Метод

GetParentRelations() приватный Метод

Gets the collection of parent relations which belong to a specified table.
private GetParentRelations ( DataTable table ) : DataRelationCollection
table DataTable
Результат DataRelationCollection
        internal DataRelationCollection GetParentRelations(DataTable table) => table.ParentRelations;