| C# |
|---|
| public class DbMetaDataKeyManager : ObjectManager<DbMetaDataKey, DbMetaDataKeys> |
| #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. |
| GetIDKey | Missing Summary |