ProjectedPropertiesAnnotation Constructor

Initializes a new instance of the ProjectedPropertiesAnnotation class.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Sub New ( _
    projectedPropertyNames As IEnumerable(Of String) _
)
'Usage
Dim projectedPropertyNames As IEnumerable(Of String)

Dim instance As New ProjectedPropertiesAnnotation(projectedPropertyNames)
public ProjectedPropertiesAnnotation(
    IEnumerable<string> projectedPropertyNames
)
public:
ProjectedPropertiesAnnotation(
    IEnumerable<String^>^ projectedPropertyNames
)
new : 
        projectedPropertyNames:IEnumerable<string> -> ProjectedPropertiesAnnotation
public function ProjectedPropertiesAnnotation(
    projectedPropertyNames : IEnumerable<String>
)

Parameters

See Also

Reference

ProjectedPropertiesAnnotation Class

Microsoft.Data.OData Namespace