/ Assembly List / LJCDataDetailDAL / ControlDataManager

Namespace - LJCDataDetailDAL


Syntax

C#
public class ControlDataManager

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.
GetUniqueKey Gets the unique 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.
RetrieveWithUnique Retrieves a record with the supplied values.
Update Updates the Data Record.
9 Methods

Private Methods
GetIDKey Missing Summary
GetParentKey Missing Summary
LoadWithParentID Missing Summary
RetrieveWithParentID Missing Summary
4 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.