View object encapsulates the database query. It is used for selecting data. Are used for joining, filtering, projecting, and sorting ...
- View object encapsulates the database query.
- It is used for selecting data.
- Are used for joining, filtering, projecting, and sorting your business data
- Represent a query result
- It provides iteration over a query result set.
- Can be based on any number of entity objects if the underlying UI is for update.
- Can also be constructed from a SQL statement
- It provides a single point of contact for getting and setting entity object values.
- It can be linked together to form View Links.