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
4 Methods
Properties
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.