| C# |
|---|
| public class ViewOrderByManager : ObjectManager<ViewOrderBy, ViewOrderBys> |
| #ctor | Initializes an object instance. |
| AddData | Adds a data record. |
| LoadWithParentID | Retrieves a collection of Data records for the specified parent ID. |
| ResultWithParentID | Retrieves the DbResult set of data rows. |
| RetrieveWithID | Retrieve the record by ID. |
| RetrieveWithUniqueKey | Retrieves the record by the unique key. |
| SaveData | Updates the record if it already exists, othserwise creates it. |
| GetIDKey | Missing Summary |
| GetNameKey | Missing Summary |
| GetParentKey | Missing Summary |