| C# |
|---|
| public class CustomerOrder : IComparable<CustomerOrder> |
| #ctor | Initializes an object instance. |
| Clone | Clones the structure of the object. |
| CompareTo | Provides the default Sort functionality. |
| ToString | The object string identifier. |
| ChangedNames | Gets a reference to the ChangedNames list. |
| CustomerID | Gets or sets the ID value. |
| ID | Gets or sets the ID value. |
| OrderNumber | Gets or sets the OrderNumber value. |
| ColumnCustomerID | The CustomerID column name. |
| ColumnID | The ID column name. |
| ColumnOrderNumber | The OrderNumber column name. |
| LengthOrderNumber | The OrderNumber maximum length. |
| TableName | The table name. |