The DataColumn type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AsT | Gets a representation of the DataColumn
for modification of properties that are not part of a standard
DataColumn. If this is a calculated column then
the CalculatedColumn class can be retrieved from
this method. If this is a tags column then the
TagsColumn class can be retrieved and if this is
a hierarchy column then the HierarchyColumn
class can be retrieved. If this is a result column then the
ResultColumn class can be retrieved. The classes
which can be retrieved will be extended in the future.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents the current Object.
(Overrides ObjectToString.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | 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