/ Assembly List / LJCDBViewDAL / ViewGridColumnManager

Namespace - LJCDBViewDAL


Syntax

C#
public class ViewGridColumnManager : ObjectManager<ViewGridColumn, ViewGridColumns>

Provides ViewGridColumn specific data manipulation methods.

Public Methods
#ctor Initializes an object instance.
GetGridColumns Retrieves the Grid Columns definition.
GetIDsKey Get the ID key record.
GetLoadJoins Creates and returns the Joins object.
GetTextFilters Creates and returns the filters object.
GetUniqueKey Get the Unique key record.
GetViewDataIDKey Get the ViewDataID key record.
LoadWithViewIDBySequence Loads a collection of data records ordered by Sequence.
RetrieveWithIDs Retrieves a data record with the supplied value.
RetrieveWithUniqueKey Retrieves a data record with the unique key values.
SaveData Updates the record if it exists, otherwise creates it.
SetOrderBySequence Sets the current OrderBy names.
12 Methods

Private Methods
ResultWithViewID Missing Summary
1 Methods

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