This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class VersionStore |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class VersionStore |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
CrossExternalField |
Returns the external field in the cross table
|
|
CrossInternalField |
Returns the internal field of the cross table
|
|
CrossTable |
Returns the crosstable in which the versions are coupled to a label
|
|
ExternalKeyField |
Returns the primary key field of the table in which the versions are stored
|
|
ExternalTable |
Returns the table in which the labels are stored
|
|
InternalKeyField |
Returns the primary key of the table in which the versions are stored
|
|
Mappings |
Gets the collection of VersionStoreMapping objects
|
|
Name |
Returns the name of this VersionStore
|
|
PrimaryKey |
Returns the name of the column in which the primary keys are stored
|
|
Table |
Returns the table in which the versions are stored
|
|
XmlField |
Returns the name of the column in which the Xml containg the versioning information is stored
|
See Also
Smartsite.Data Namespace