DataColumn Class

This class represents a column of a DataTable.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        Teigha.DatabaseServicesDataColumn

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public class DataColumn : RXObject

The DataColumn type exposes the following members.

Constructors
  Name Description
Public method DataColumn Default constructor for the DataColumn class.
Public method DataColumn(DataColumn) Copy constructor for the DataColumn class.
Public method DataColumn(CellType, String) Constructor for the DataColumn class. Creates a column of a specified type and name.
Protected method DataColumn(IntPtr, Boolean) Initializes a new instance of the DataColumn class
Top
Properties
  Name Description
Public property AutoDelete
(Inherited from DisposableWrapper)
Public property ColumnName  
Public property ColumnType  
Public property GrowLength  
Public property IsDisposed
(Inherited from DisposableWrapper)
Public property NumCells  
Public property PhysicalLength  
Public property UnmanagedObject
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method AppendCell Appends the specified cell to the end of the column.
Public method Assign Assigns a new column to this object.
Public method Clone
(Inherited from RXObject)
Public method CompareTo
(Inherited from RXObject)
Public method CopyFrom
(Inherited from RXObject)
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Inherited from RXObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method Equals
(Inherited from DisposableWrapper)
Protected method Finalize
(Inherited from DisposableWrapper)
Public method GetCellAt Returns a data cell at the specified index.
Public method GetHashCode
(Inherited from DisposableWrapper)
Public method GetIndexAtCell Returns an index in the column that matches the data of the specified data cell. This method returns an index of the first match when there are several matches.
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method GetRXClass
(Inherited from RXObject)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method InsertCellAt Inserts a data cell at the specified index.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Public method QueryX
(Inherited from RXObject)
Public method RemoveCellAt Removes a data cell at the specified index.
Public method SetCellAt Sets a data cell at the specified index.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method X
(Inherited from RXObject)
Top
See Also

©  Bricsys NV. All rights reserved.