| C# |
|---|
| public class DataProcessManager |
| #ctor | Initializes an object instance. |
| Add | Adds a Data Record to the database. |
| Delete | Deletes a Data Record with the specified ID. |
| GetColumns | Returns a set of columns that match the supplied list. |
| GetGroupIDJoinFilter | Get Filter with GroupID and ProcessID. |
| GetGroupIDJoins | Get Join on GroupID. |
| GetNotInGroupFilter | Creates and returns the filters object. |
| IsDuplicate | Check for duplicate unique key. |
| Load | Retrieves a collection of Data Records. |
| LoadNotInGroup | Loads the DataProcess records that are not in the group. |
| LoadWithGroupID | Loads the DataProcess records with join on GroupID. |
| Retrieve | Retrieves a Data Record from the database. |
| RetrieveWithGroupID | Retrieves the DataProcess record with join on GroupID. |
| RetrieveWithID | Retrieves a Data Record with the supplied value. |
| SetOrderBySequence | Sets the current OrderBy names. |
| Update | Updates the Data Record. |
| UpdateStatus | Updates the DataProcess status. |
| GetIDKey | Missing Summary |
| GetNameKey | Missing Summary |
| AffectedCount | Gets or sets the non-select affected record count. |
| DataConfigName | The DataConfig name. |
| DbServiceRef | The DBServiceRef object. |
| OrderByNames | Gets or sets the OrderBy name list. |
| PageSize | Gets or sets the pagination size. |
| PageStartIndex | Gets or sets the pagination start index. |
| SQLStatement | Gets or sets the last SQL statement. |