A column where the values are fetched one by one as they're needed rather than all at once.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Data.VirtualColumnsVirtualColumn
Namespace: Spotfire.Dxp.Data.VirtualColumns
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(4, 20)] public sealed class VirtualColumn : DocumentNode
The VirtualColumn type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ContentType |
The content type of the column.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DataType |
The data type of the column.
| |
| ExternalId |
The external id of the column.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Name |
The name of the column.
| |
| Properties |
The properties collection of the column.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
See Also