/ Assembly List / LJCDataDetailDAL / ControlDetailManager

Namespace - LJCDataDetailDAL


Syntax

C#
public class ControlDetailManager

Provides table specific data methods.

Constructor
#ctor Initializes an object instance.

Data
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.
RetrieveWithUnique Retrieves a Data Record with the supplied name value.
RetrieveWithUniqueTable Retrieves a record with the supplied name value.
Update Updates the Data Record.

Key
GetIDKey Gets the ID key record.
GetUniqueKey Gets the Name keys record.
GetUniqueTableKey Gets the ID key columns.
10 Methods

Other Private Methods
2 Methods

Properties
AffectedCount Gets or sets the non-select affected record count.
Manager Gets or sets the DataManager reference.
ResultConverter Gets or sets the ResultConverter reference.

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