/ Assembly List / LJCSalesDAL / CustomerOrder

Namespace - LJCSalesDAL


Syntax

C#
public class CustomerOrder : IComparable<CustomerOrder>

The CustomerOrder table Data Object.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
4 Methods

Properties
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.

Fields
ColumnCustomerID The CustomerID column name.
ColumnID The ID column name.
ColumnOrderNumber The OrderNumber column name.
LengthOrderNumber The OrderNumber maximum length.
TableName The table name.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.