Gets the collection of parent relations which belong to a specified table.
[Visual Basic] Public Function GetParentRelations( _ ByVal table As DataTable _ ) As RelationsCollection [C#] public RelationsCollection GetParentRelations( DataTable table ); [C++] public: RelationsCollection* GetParentRelations( DataTable* table ); [JScript] public function GetParentRelations( table : DataTable ) : RelationsCollection;
The parent RelationsCollection that belongs to the DataTable.