| Icon | Member | Description |
|---|---|---|
| FetchSelected()()() |
Fetches only the selected columns in the query, returning
all matching rows. This allows you to retrieve partially loaded DataObject, instead
of retrieving all columns in the object.
| |
| FetchSelected(array<DOSelection>[]()[], Int32, Int32) | ||
| FetchSelected(Int32, Int32) |
Fetches only the selected columns in the query, returning
matching rows between the specified index. This allows you to retrieve partially loaded DataObject, instead
of retrieving all columns in the object.
|