Namespace - LJCDataDetailDAL
Syntax
| C# |
|
public class ControlRowManager
|
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 parent 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 name value. |
|
Update
|
Updates the Data Record. |
Key
12 Methods
Other Private Methods
1 Methods
Properties
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.