/ Assembly List / LJCDBViewDAL / ViewColumnManager

Namespace - LJCDBViewDAL


Syntax

C#
public class ViewColumnManager : ObjectManager<ViewColumn, ViewColumns>

Provides ViewColumn specific data manipulation methods.

Public Methods
#ctor Initializes an object instance.
AddData Adds a data record.
AddWithFlags Adds a record including the flag values.
IDKey Gets the ID key record.
IsDuplicate Check for duplicate unique key.
LoadDbColumnsWithParentID Retrieves a DbColumns collection for the specified parent ID.
LoadWithParentID Retrieves a collection of Data records for the specified parent ID.
ParentIDKey Gets the Parent ID key record.
ResultWithParentID Retrieves the DbResult set of data rows.
RetrieveWithID Retrieve the record with ID.
RetrieveWithUniqueKey Retrieves the record with the unique key.
SaveData Updates the record if it exists, otherwise creates it.
SetOrderBySequence Sets the current OrderBy names.
UniqueKey Gets the Unique key columns.
14 Methods

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