Represents a collection of repository rows returned from a query. The elements of this collection are items that were requested in the query. The rows contain values of varying type. For example, the query may request the name and ID of select documents. In this example, each returned row contains a name value and an ID value.


Namespace: FileNet.Api.Collection
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface IRepositoryRowSet
    Implements IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IRepositoryRowSet : IEngineSet, IEngineCollection, IEnumerable, ICloneable
C++
interface class IRepositoryRowSet : IEngineSet, IEngineCollection, IEnumerable, ICloneable
J#
public interface IRepositoryRowSet implements IEngineSet, IEngineCollection, IEnumerable, ICloneable
JScript
public interface IRepositoryRowSet extends IEngineSet, IEngineCollection, IEnumerable, ICloneable

See Also