Data
|
The DataColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| DataColumn | Default constructor for the DataColumn class. | |
| DataColumn(DataColumn) | Copy constructor for the DataColumn class. | |
| DataColumn(CellType, String) | Constructor for the DataColumn class. Creates a column of a specified type and name. | |
| DataColumn(IntPtr, Boolean) | Initializes a new instance of the DataColumn class |
| Name | Description | |
|---|---|---|
| AutoDelete | (Inherited from DisposableWrapper) |
|
| ColumnName | ||
| ColumnType | ||
| GrowLength | ||
| IsDisposed | (Inherited from DisposableWrapper) |
|
| NumCells | ||
| PhysicalLength | ||
| UnmanagedObject | (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| AppendCell | Appends the specified cell to the end of the column. | |
| Assign | Assigns a new column to this object. | |
| Clone | (Inherited from RXObject) |
|
| CompareTo | (Inherited from RXObject) |
|
| CopyFrom | (Inherited from RXObject) |
|
| 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) |
|
| DeleteUnmanagedObject | (Inherited from RXObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetCellAt | Returns a data cell at the specified index. | |
| GetHashCode | (Inherited from DisposableWrapper) |
|
| 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. | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the
lifetime policy for this instance. (Inherited from MarshalByRefObject) |
|
| GetRXClass | (Inherited from RXObject) |
|
| GetType | Gets the Type of the current
instance. (Inherited from Object) |
|
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime
policy for this instance. (Inherited from MarshalByRefObject) |
|
| InsertCellAt | Inserts a data cell at the specified index. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject
object. (Inherited from MarshalByRefObject) |
|
| QueryX | (Inherited from RXObject) |
|
| RemoveCellAt | Removes a data cell at the specified index. | |
| SetCellAt | Sets a data cell at the specified index. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
|
| X | (Inherited from RXObject) |
| © Bricsys NV. All rights reserved. |