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.
| C# | Visual Basic | Visual C++ |
public void FetchSelected()
Public Sub FetchSelected
public: void FetchSelected()
This is a more complex method than Fetch() or Find() and requires careful usage.