ISearchResult

Represents the search result of a search in the data repository.

Implements: System.Collections.IEnumerable

Indexers

IndexerDescription
this[Int32]:IDataObject

Supplies a data object at the indicated position in the search result.

Properties

PropertyDescription
Count:Int32

Returns the number of found data objects of the search.

Methods

MethodDescription
GetEnumerator():IEnumerator

Returns an enumerator which iterates through a listing.

(Inherited by System.Collections.IEnumerable)