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 members.

Public Constructors

  Name Description
Public method MetaDataColumn Overloaded.

Public Methods

  Name Description
Public method Dispose (Inherited from MarshalByValueComponent.)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetService (Inherited from MarshalByValueComponent.)
Public method GetType (Inherited from Object.)
Public method SetOrdinal (Inherited from DataColumn.)
Public method ToString (Inherited from DataColumn.)

Protected Methods

  Name Description
Protected method CheckNotAllowNull (Inherited from DataColumn.)
Protected method CheckUnique (Inherited from DataColumn.)
Protected method Dispose (Inherited from MarshalByValueComponent.)
Protected method Finalize (Inherited from MarshalByValueComponent.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnPropertyChanging (Inherited from DataColumn.)
Protected method RaisePropertyChanging (Inherited from DataColumn.)

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.)

Public Events

  Name Description
Public event Disposed (Inherited from MarshalByValueComponent.)

See Also

Advanced