| C# |
|---|
| public class ViewTableManager : ObjectManager<ViewTable, ViewTables> |
| #ctor | Initializes an object instance. |
| AddData | Adds a data record. |
| RetrieveWithID | Retrieves a Data Record with the supplied value. |
| RetrieveWithUniqueKey | Retrieves the record with the unique key. |
| SaveData | Updates the record if it exists, otherwise creates it. |