The DataColumnCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddCalculatedColumn |
Add a new calculated column.
|
![]() |
AddHierarchyColumn |
Add a new hierarchy column.
|
![]() |
AddTagsColumn |
Add a new tags column.
|
![]() |
Contains |
Check if this collection contains a column with the
given name.
|
![]() |
CreateUniqueName |
Create a new unique column name from a suggestion. The
suggested name is used if possible.
|
![]() |
FindAll(String) |
Find all columns which matches the given search pattern.
For search syntax see TIBCO Spotfire user manual.
|
![]() |
FindAll(PredicateDataColumn) |
Find all columns satisfying the Predicate.
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IsValidName |
Check if the suggested column name is a valid unique
name in the collection.
|
![]() |
Remove(IEnumerableString) |
Remove the columns with the given names.
|
![]() |
Remove(String) |
Remove the column with the given name.
|
![]() |
Remove(DataColumn) |
Remove the column from this collection.
|
![]() |
Remove(IEnumerableDataColumn) |
Remove columns from this collection.
|
![]() |
TryGetValue |
Try to get a column with a given name.
|
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