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 imageCopy Code
                                  public class MetaDataColumn
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class MetaDataColumn

The type exposes the following properties.

Public Properties

  Name Description
Public property AllowDBNull (Inherited from DataColumn.)
Public property AutoIncrement (Inherited from DataColumn.)
Public property AutoIncrementSeed (Inherited from DataColumn.)
Public property AutoIncrementStep (Inherited from DataColumn.)
Public property Caption (Inherited from DataColumn.)
Public property ColumnMapping (Inherited from DataColumn.)
Public property ColumnName (Inherited from DataColumn.)
Public property Container (Inherited from MarshalByValueComponent.)
Public property DataType (Inherited from DataColumn.)
Public property DateTimeMode (Inherited from DataColumn.)
Public property DefaultValue (Inherited from DataColumn.)
Public property DesignMode (Inherited from MarshalByValueComponent.)
Public property Expression (Inherited from DataColumn.)
Public property ExtendedProperties (Inherited from DataColumn.)
Public property IsVersionable
Gets or sets if this column is versionable
Public property MaxLength (Inherited from DataColumn.)
Public property Namespace (Inherited from DataColumn.)
Public property Ordinal (Inherited from DataColumn.)
Public property Prefix (Inherited from DataColumn.)
Public property ReadOnly (Inherited from DataColumn.)
Public property Site (Inherited from MarshalByValueComponent.)
Public property Table (Inherited from DataColumn.)
Public property Unique (Inherited from DataColumn.)

Protected Properties

  Name Description
Protected property Events (Inherited from MarshalByValueComponent.)

See Also

Advanced