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)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IRepositoryRowSet _
	Implements IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IRepositoryRowSet : IEngineSet, 
	IEngineCollection, IEnumerable, ICloneable
Visual C++
public interface class IRepositoryRowSet : IEngineSet, 
	IEngineCollection, IEnumerable, ICloneable
JavaScript
FileNet.Api.Collection.IRepositoryRowSet = function();
FileNet.Api.Collection.IRepositoryRowSet.createInterface('FileNet.Api.Collection.IRepositoryRowSet');

ToggleSee Also