|
|
Record
|
| Member name | Value | Description |
|---|---|---|
| QueryRecordCount | 0 | Operation for getting record count. |
| QueryRecords | 1 | Operation for retrieving paged records. |
| DeleteRecord | 2 | Operation for deleting records. |
| CreateNewRecord | 3 | Operation for creating a new record, i.e., instantiating a new modeled table record instance. |
| AddNewRecord | 4 | Operation for adding records. |
| UpdateRecord | 5 | Operation for updating records. |
The RecordOperation type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |