Share via


IObjectReader Members

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Provides a way to read a set of objects.

The following tables list the members exposed by the IObjectReader type.

Public Properties

  Name Description
public property Count Gets the count of object projection instances that are of the type specified by the generic parameter T.
public property MaxCount Gets a count of all object projection instances in the projection reader.
public property PageSize Gets or sets the page size of the reader.

Top

Public Methods

  Name Description
public method GetData Overloaded. Gets specific object instances from the reader.
public method GetIndexOf  Overloaded. Gets the index of specific objects. (inherited from IObjectReaderBase)
public method GetRange Overloaded. Gets a list of object instances by specifying the starting instance and how many to read.
public method Refresh  Refreshes the reader, and returns the identifiers of the objects that have been added, updated, or deleted. (inherited from IObjectReaderBase)

Top

See Also

Reference

IObjectReader Generic Interface
Microsoft.EnterpriseManagement.Common Namespace