/ Assembly List / LJCDBViewDAL / ViewOrderByManager

Namespace - LJCDBViewDAL


Syntax

C#
public class ViewOrderByManager : ObjectManager<ViewOrderBy, ViewOrderBys>

Provides ViewOrderBy specific data manipulation methods.

Public Methods
#ctor Initializes an object instance.
AddData Adds a data record.
LoadWithParentID Retrieves a collection of Data records for the specified parent ID.
ResultWithParentID Retrieves the DbResult set of data rows.
RetrieveWithID Retrieve the record by ID.
RetrieveWithUniqueKey Retrieves the record by the unique key.
SaveData Updates the record if it already exists, othserwise creates it.
7 Methods

Private Methods
GetIDKey Missing Summary
GetNameKey Missing Summary
GetParentKey Missing Summary
3 Methods

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