/ Assembly List / LJCSQLUtilLibDAL / DbMetaDataKeyManager

Namespace - LJCSQLUtilLibDAL


Syntax

C#
public class DbMetaDataKeyManager : ObjectManager<DbMetaDataKey, DbMetaDataKeys>

Provides DBMetaDataKey specific data manipulation methods.

Public Methods
#ctor Initializes an object instance.
AddData Adds a data record.
GetForeignKey Get the Foreign key record.
GetLoadJoins Creates and returns the Load Joins object.
GetPrimaryKey Get the Primary key record.
GetTextFilters Creates and returns the filters object.
LoadByDescription Loads a collection of data records ordered by Description.
LoadForeignKey Loads a collection of data records.
LoadPrimaryKeys Loads a collection of data records.
RetrieveWithID Retrieves a Data Record with the supplied value.
RetrieveWithUniqueKey Retrieves a data record with the supplied values.
SaveData Updates the record if it exists, otherwise creates it.
SetOrderByDescription Sets the current OrderBy names.
13 Methods

Private Methods
GetIDKey Missing Summary
1 Methods

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