The DataFilteringSelection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetRelationPropagationBehaviour |
When two tables are related the filtering in one table may affect
the other table. The setting of propagation of filtering between related tables
can be retrieved from this method. Note that this is a property that is set in one
direction only, filtering in one table may affect the filtering in another table
while the filtering in that table may or may not affect the first table.
|
![]() |
GetSelection |
Get the row selection for this selection in the given
DataTable.
(Inherited from DataSelection.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
SetRelationPropagationBehavior |
When two tables are related the filtering in one table may affect
the other table. This propagation of filtering between related tables are
modified by this method. Note that this is a property that is set in one
direction only, filtering in one table may affect the filtering in another table
while the filtering in that table may or may not affect the first table.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
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