PersistentDataView Class TIBCO Spotfire 6.5 API Reference
This is a wrapper class around a DataView which performs the code for serializing the DataView since a data view is not possible to persist.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Data PersistentDataView

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(10, 10)]
public sealed class PersistentDataView : DocumentNode
Remarks

This is the only way to create a DataView and should be used even if the view does not need to be persisted. If a real persistence of the view is not needed then the persistent data view may be set to null after the DataView has been used.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also