C# |
---|
public class ViewConditionSetManager : ObjectManager<ViewConditionSet, ViewConditionSets> |
#ctor | Initializes an object instance. |
AddData | Adds a data record. |
IDKey | Gets the ID key record. |
LoadWithParentID | Retrieves a collection of Data records for the specified parent ID. |
ParentIDKey | Gets the Parent ID key record. |
ResultWithParentID | Retrieves the DbResult set of data rows. |
RetrieveWithID | Retrieve the record by ID. |
SaveData | Updates the record if it already exists, otherwise creates it. |
RetrieveWithParentID | Missing Summary |