| C# |
|---|
| public class DbMetaDataColumnManager : ObjectManager<DbMetaDataColumn, DbMetaDataColumns> |
| #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. |
| GetIDKey | Missing Summary |