| C# |
|---|
| public class DataManager : IDataManager |
| #ctor | Initializes an object instance. |
| #ctor | Initializes an object instance. |
| Reset | Resets the data access configuration. (R) |
| Add | Adds a record to the database. (RE) |
| CreateLoadRequest | Creates and returns the Load DbRequest object. |
| Delete | Deletes the records with the specified key values. (DE) |
| ExecuteClientSql | Executes a non-query client SQL statement. |
| ExecuteRequest | Executes the supplied request. |
| GetSchemaOnly | Retrieves the column names for the specified table. |
| GetTableNames | Retrieves the table names for the data configuration database. |
| Load | Retrieves a collection of data records. (DE) |
| LoadProcedure | Retrieves a collection of data records. |
| Retrieve | Retrieves a record from the database. (DE) |
| Update | Updates the record. (DE) |
| GetPropertyNames | Creates a PropertyNames list from the data definition. |
| MapNames | Maps the column property and rename values. |
| SetDbAssignedColumns | Sets the database assigned value columns. |
| SetLookupColumns | Adds the lookup column names. |
| CreateSchemaColumnsResult | Takes a result object and transforms it into a result of column names. |
| CreateSchemaColumnsResult | Retrieves the schema result for the specified table and transforms it into a result of column names. |
| Resequence | Resequence the sequence column values. |
| AffectedCount | Gets or sets the non-select affected record count. |
| BaseDefinition | Gets the base data definition columns collection. |
| DataConfigName | Gets or sets the data configuration name. |
| DataDefinition | Gets or sets a reference to the Data Definition columns collection. |
| DbAssignedColumns | Gets or sets the Database assigned columns. |
| DbServiceRef | Gets DbServiceRef object. |
| LookupColumnNames | Gets or sets the LookupColumn names. |
| OrderByNames | Gets or sets the order by names. |
| PageSize | Gets or sets the pagination size. |
| PageStartIndex | Gets or sets the pagination start index. |
| Request | Gets or sets the DbRequest object reference. |
| Result | Gets or sets the DbResult object reference. |
| SchemaName | The Schema name. |
| SQLStatement | Gets or sets the last SQL statement. |
| TableName | The primary table name. |
| UseEncryption | Gets or sets the UseEncyption flag. |