/ Assembly List / LJCSQLUtilLibDAL / DbMetaDataColumnManager

Namespace - LJCSQLUtilLibDAL


Syntax

C#
public class DbMetaDataColumnManager : ObjectManager<DbMetaDataColumn, DbMetaDataColumns>

Provides DbMetaDataColumn specific data manipulation methods.

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

Private Methods
GetIDKey Missing Summary
1 Methods

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