The ColumnsCalculationResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Columns |
The DataColumn
|
![]() |
Context |
Gets the context of this node.
(Inherited from DocumentNode.) |
![]() |
DataTable |
The DataTable that the columns inhabit. Will return a valid value even if all the columns are gone so prefer this
over asking the columns for their ancestor table.
|
![]() |
IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) |
![]() |
Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
See Also