| C# |
|---|
| public class ViewJoinColumnManager : ObjectManager<ViewJoinColumn, ViewJoinColumns> |
| #ctor | Initializes an object instance. |
| AddData | Adds a data record. |
| IDKey | Gets the ID key record. |
| IsDuplicate | Check for duplicate unique key. |
| LoadDbColumnsWithParentID | Retrieves a DbColumns collection for the specified parent ID. |
| LoadWithParentID | Retrieves a collection of Data records for the specified parent ID. |
| ResultWithParentID | Retrieves the DbResult set of data rows. |
| RetrieveWithID | Retrieves a Data Record with the supplied value. |
| RetrieveWithUnique | Retrieves the record by the unique key. |
| SaveData | Updates the record if it exists, otherwise creates it. |
| ParentIDKey | Missing Summary |
| UniqueKey | Missing Summary |