ProjectedWrapper Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides a wrapper over the result element with the ability to project a subset of properties.
Assembly: System.Data.Services (in System.Data.Services.dll)
System.Data.Services.Internal::ProjectedWrapper
System.Data.Services.Internal::ProjectedWrapper0
System.Data.Services.Internal::ProjectedWrapper1
System.Data.Services.Internal::ProjectedWrapper2
System.Data.Services.Internal::ProjectedWrapper3
System.Data.Services.Internal::ProjectedWrapper4
System.Data.Services.Internal::ProjectedWrapper5
System.Data.Services.Internal::ProjectedWrapper6
System.Data.Services.Internal::ProjectedWrapper7
System.Data.Services.Internal::ProjectedWrapper8
System.Data.Services.Internal::ProjectedWrapperMany
| Name | Description | |
|---|---|---|
![]() | ProjectedWrapper() | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new instance of the ProjectedWrapper class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(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. |
![]() | GetType() | |
![]() | InternalGetProjectedPropertyValue(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the value for the specified property by its index. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.


