| C# |
|---|
| public class ControlData : IComparable<ControlData> |
| #ctor | Initializes an object instance. |
| #ctor | The Copy constructor. |
| Clone | Clones the structure of the object. |
| CompareTo | Provides the default Sort functionality. |
| GetDbColumnValues | Gets the DbColumn values. |
| SetDbColumnValues | Sets the DbColumn values. |
| ToString | The object string identifier. |
| AllowDBNull | Gets or sets the AllowDBNull value. |
| AutoIncrement | Gets or sets the AutoIncrement value. |
| Caption | Gets or sets the Caption value. |
| ColumnName | Gets or sets the ColumnName value. |
| ControlDetailID | Gets or sets the ControlTab ID. |
| DataTypeName | Gets or sets the DataTypeName value. |
| ID | Gets or sets the ID value. |
| MaxLength | Gets or sets the MaxLength value. |
| Position | Gets or sets the Fixed Length Field Position value. |
| PropertyName | Gets or sets the PropertyName value. |
| RenameAs | Gets or sets the RenameAs value. |
| SQLTypeName | Gets or sets the SQLTypeName value. |
| Value | Gets or sets the Value object. |
| ColumnControlDetailID | The DetailDialogID column name. |
| ColumnID | The ID column name. |