NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataSet.GetParentRelations

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;

Parameters

table
The DataTable whose parent RelationsCollection is returned.

Return Value

The parent RelationsCollection that belongs to the DataTable.

See Also

DataSet Class | DataSet Members | System.Data Namespace