/ Assembly List / LJCDataDetailDAL / ControlTabManager

Namespace - LJCDataDetailDAL


Syntax

C#
public class ControlTabManager

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.
IsDuplicate Check for duplicate unique key.
Load Retrieves a collection of Data Records.
LoadWithParentID Loads the child records.
Retrieve Retrieves a Data Record from the database.
RetrieveWithID Retrieves a Data Record with the supplied value.
RetrieveWithUnique Retrieves a record with the supplied values.
Update Updates the Data Record.

Key
GetIDKey Gets the ID key record.
GetParentKey Gets the Parent ID key columns.
GetUniqueKey Gets the unique key columns.
12 Methods

Other Private Methods
1 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.