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;