/ Assembly List / LJCSalesDAL / SalesCustomerManager

Namespace - LJCSalesDAL


Syntax

C#
public class SalesCustomerManager

Provides table specific data methods.

Public Methods
#ctor Initializes an object instance.
Add Adds a Data Record to the database.
Delete Deletes a Data Record with the specified ID.
GetColumns Missing Summary
GetNameKey Gets the ID key columns.
Load Retrieves a collection of Data Records.
Retrieve Retrieves a Data Record from the database.
RetrieveWithID Retrieves a Data Record with the supplied value.
RetrieveWithName Retrieves a record with the supplied name value.
SetOrderBy Sets the OrderBy Names.
Update Updates the Data Record.
11 Methods

Private Methods
GetIDKey Missing Summary
1 Methods

Properties
AffectedCount Gets the Delete or Update Affected Count.
Manager Gets or sets the DataManager reference.
Result Gets or sets the ResultConverter reference.

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