/ Assembly List / LJCSalesDAL / VendorManager

Namespace - LJCSalesDAL


Syntax

C#
public class VendorManager

Provides Vendor 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.
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 Data Record with the supplied name value.
Update Updates the Data Record.
8 Methods

Private Methods
GetIDKey Missing Summary
GetNameKey Missing Summary
2 Methods

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