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
- projectedPropertyNames
Type: System.Collections.Generic.IEnumerable<String>
The enumeration of projected property names.