Represents the description of a column in a Content Engine database table. A ColumnDefinition object describes a column used by a TableDefinition object. By reading the properties of these objects, you can query the values contained in a table.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IColumnDefinition
    Implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C#
public interface IColumnDefinition : IRepositoryObject, IEngineObject, ICloneable, IDependentObject
C++
interface class IColumnDefinition : IRepositoryObject, IEngineObject, ICloneable, IDependentObject
J#
public interface IColumnDefinition implements IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JScript
public interface IColumnDefinition extends IRepositoryObject, IEngineObject, ICloneable, IDependentObject

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject

See Also