This topic has not yet been rated - Rate this topic

ProjectedWrapper5 Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides a wrapper over the result elements and provides the ability to project a subset of the properties.

System.Object
  System.Data.Services.Internal.ProjectedWrapper
    System.Data.Services.Internal.ProjectedWrapper5

Namespace:  System.Data.Services.Internal
Assembly:  System.Data.Services (in System.Data.Services.dll)
[<Sealed>]
type ProjectedWrapper5 =  
    class 
        inherit ProjectedWrapper 
    end

The ProjectedWrapper5 type exposes the following members.

  NameDescription
Public methodProjectedWrapper5Creates a new instance of the ProjectedWrapper5 class.
Top
  NameDescription
Public propertyProjectedProperty0Gets or sets the property to project.
Public propertyProjectedProperty1Gets or sets the property to project.
Public propertyProjectedProperty2Gets or sets the property to project.
Public propertyProjectedProperty3Gets or sets the property to project.
Public propertyProjectedProperty4Gets or sets the property to project.
Public propertyPropertyNameListGets a list of property names as text in a comma-separated format. (Inherited from ProjectedWrapper.)
Public propertyResourceTypeNameGets the full name of the ResourceType that represents the type of this result. (Inherited from ProjectedWrapper.)
Top
  NameDescription
Public methodEquals(Object)Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetProjectedPropertyValueGets the value of the named property for the result. (Inherited from ProjectedWrapper.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

.NET Framework

Supported in: 4.5, 4

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.