/ Assembly List / LJCDBViewDAL / ViewConditionManager

Namespace - LJCDBViewDAL


Syntax

C#
public class ViewConditionManager : ObjectManager<ViewCondition, ViewConditions>

Provides ViewCondition specific data manipulation methods.

Public Methods
#ctor Initializes an object instance.
AddData Adds a data record.
IDKey Gets the ID key 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 with ID.
RetrieveWithUniqueKey Retrieves the record by the unique key.
SaveData Updates the record if it already exists, otherwise creates it.
UniqueKey Gets the Unique key columns.
9 Methods

Private Methods
ParentIDKey Missing Summary
RetrieveWithParentID Missing Summary
2 Methods

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