/ Assembly List / LJCDBViewDAL / ViewDataManager

Namespace - LJCDBViewDAL


Syntax

C#
public class ViewDataManager : ObjectManager<ViewData, Views>

Provides ViewData specific data manipulation methods.

Public Methods
#ctor Initializes an object instance.
AddData Adds a ViewData record.
LoadWithParentID Loads a collection of Data Records with the supplied value.
RetrieveWithID Retrieves a Data Record with the supplied value.
RetrieveWithUniqueKey Retrieves the record by the unique key.
SaveData Updates the record if it exists, otherwise creates it.
6 Methods

Private Methods
GetIDKey Missing Summary
GetParentKey Missing Summary
ResultWithParentID Missing Summary
3 Methods

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