C# |
---|
public class ViewJoinOnManager : ObjectManager<ViewJoinOn, ViewJoinOns> |
#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, otherwise creates it. |
GetIDKey | Missing Summary |
GetParentKey | Missing Summary |