| C# |
|---|
| public class KeyItem : IComparable<KeyItem> |
| #ctor | Initializes an object instance. |
| #ctor | The Copy constructor. |
| #ctor | Initializes an object instance. |
| Clone | Clones the structure of the object. |
| CompareTo | Provides the default Sort functionality. |
| ToString | The object string identifier. |
| DataConfigName | Gets or sets the DataConfig name. |
| Description | The Description value. |
| ID | The ID value. |
| MaxLength | Gets or sets the MaxLength value. |
| PrimaryKeyName | Gets or sets the Primary Key name. |
| PropertyName | The Property name. |
| TableName | Gets or sets the Table name. |