/ Assembly List / LJCDBViewDAL / ViewJoinManager

Namespace - LJCDBViewDAL


Syntax

C#
public class ViewJoinManager : ObjectManager<ViewJoin, ViewJoins>

Provides ViewJoin 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 exists, otherwise creates it.
UniqueKey Gets the Unique key columns.
8 Methods

Private Methods
IDKey Missing Summary
ParentIDKey Missing Summary
2 Methods

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