ProjectedWrapperManyEnd Class
This API supports the product infrastructure and is not intended to be used directly from your code.
an instance of this class is assigned to the last Next in the list.
Assembly: System.Data.Services (in System.Data.Services.dll)
System.Data.Services.Internal::ProjectedWrapper
System.Data.Services.Internal::ProjectedWrapperMany
System.Data.Services.Internal::ProjectedWrapperManyEnd
| Name | Description | |
|---|---|---|
![]() | ProjectedWrapperManyEnd() | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new instance of the ProjectedWrapperManyEnd class. |
| Name | Description | |
|---|---|---|
![]() | Next | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets another instance of ProjectedWrapperMany which contains the set of the next eight projected properties, and possibly another link.(Inherited from ProjectedWrapperMany.) |
![]() | ProjectedProperty0 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the property to project.(Inherited from ProjectedWrapperMany.) |
![]() | ProjectedProperty1 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the property to project.(Inherited from ProjectedWrapperMany.) |
![]() | ProjectedProperty2 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the property to project.(Inherited from ProjectedWrapperMany.) |
![]() | ProjectedProperty3 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the property to project.(Inherited from ProjectedWrapperMany.) |
![]() | ProjectedProperty4 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the property to project.(Inherited from ProjectedWrapperMany.) |
![]() | ProjectedProperty5 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the property to project.(Inherited from ProjectedWrapperMany.) |
![]() | ProjectedProperty6 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the property to project.(Inherited from ProjectedWrapperMany.) |
![]() | ProjectedProperty7 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the property to project.(Inherited from ProjectedWrapperMany.) |
![]() | PropertyNameList | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a list of property names as text in a comma-separated format.(Inherited from ProjectedWrapper.) |
![]() | ResourceTypeName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the full name of the ResourceType that represents the type of this result.(Inherited from ProjectedWrapper.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetProjectedPropertyValue(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the value of the named property for the result.(Inherited from ProjectedWrapper.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class is needed to integrate correctly with the Entity Framework provider, which cannot project a null value into the Next property.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

