Used by search operations to access rows from the repository database. Each row contains a collection of properties, returned as a
Top
Properties
object. A
object is similar to an
object. However, a
object cannot be used for updates, and it may contain multiple, identical properties. For example, each
object in the
collection returned as the result of the query "select Id as x, Creator as x from Document" would have two copies of the property "x". In this case, you would need to use the
The following tables list the members exposed by IRepositoryRow.
Public Properties
Name | Description | |
---|---|---|
![]() | Properties | Gets a single row of properties from the repository database. All properties returned will have the names as specified in the SQL statement used for the query. Any properties that are not defined in a particular repository, will be returned with |