The DataTableDataSourceOperation type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CanReplaceTransformations |
Checks whether it is possible to replace transformations.
|
![]() |
CanSetDataLoadingBehavior |
Checks whether the specified DataLoadingBehavior
can be set on this operation.
(Overrides DataOperationCanSetDataLoadingBehavior(DataLoadingBehavior).) |
![]() |
CanSetUpdateBehavior |
Checks whether the specified DataTableDataSourceUpdateBehavior can be set as UpdateBehavior for this operation.
|
![]() |
GetTransformations |
Gets a copy of the DataTransformations performed on the data read from the DataTable.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ReplaceTransformations |
Replaces the current (if any) DataTransformations performed on the data read from the DataTable,
with the supplied transformations.
|
![]() |
TryGetOutputSignatures |
Tries to get the output DataColumnSignatures from this operation.
(Inherited from DataOperation.) |
See Also