C# |
---|
public class ViewJoinManager : ObjectManager<ViewJoin, ViewJoins> |
#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 exists, otherwise creates it. |
UniqueKey | Gets the Unique key columns. |
IDKey | Missing Summary |
ParentIDKey | Missing Summary |