IObjectProjectionReader 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 an object projection.
The following tables list the members exposed by the IObjectProjectionReader type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the count of object projection instances that are of the type specified by the generic parameter T. | |
MaxCount | Gets a count of all object projection instances in the projection reader. | |
PageSize | Gets or sets the page size of the reader. |
Top
Public Methods
Name | Description | |
---|---|---|
GetData | Overloaded. Gets specific object instances from the reader. | |
GetIndexOf | Overloaded. Gets the index of specific objects. (inherited from IObjectReaderBase) | |
GetRange | Overloaded. Gets a list of object projection instances by specifying the starting instance and how many to read. | |
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
IObjectProjectionReader Generic Interface
Microsoft.EnterpriseManagement.Common Namespace