System.Data.DataSet.GetParentRelations C# (CSharp) Méthode

GetParentRelations() private méthode

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