The DataRelationCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds a relation to this collection.
|
![]() |
FindRelation |
Finds a relation between two given data tables.
|
![]() |
FindRelations(DataTable) |
Finds all relations where a given data table is involved.
|
![]() |
FindRelations(DataTable, Boolean) |
Finds all relations where a given data table is involved.
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Remove |
Removes a relation from this collection.
|
![]() |
RemoveAll |
Removes all relations that satisfy a given predicate from this collection.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also