/ Assembly List / LJCSQLUtilLibDAL / DbMetaDataTableManager

Namespace - LJCSQLUtilLibDAL


Syntax

C#
public class DbMetaDataTableManager : ObjectManager<DbMetaDataTable, DbMetaDataTables>

Provides DbMetaDataTable specific data manipulation methods.

Public Methods
#ctor Initializes an object instance.
AddData Adds a data record.
GetLoadJoins Creates and returns the Load join object.
GetTableNameKey Get the ID key record.
GetTextFilters Creates and returns the filters object.
LoadByDescription Loads a collection of data records ordered by Description.
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.
10 Methods

Private Methods
GetIDKey Missing Summary
1 Methods

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