EdmStructuredValue Constructor
Initializes a new instance of the EdmStructuredValue class.
Namespace: Microsoft.Data.Edm.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
type As IEdmStructuredTypeReference, _
propertyValues As IEnumerable(Of IEdmPropertyValue) _
)
'Usage
Dim type As IEdmStructuredTypeReference
Dim propertyValues As IEnumerable(Of IEdmPropertyValue)
Dim instance As New EdmStructuredValue(type, propertyValues)
public EdmStructuredValue(
IEdmStructuredTypeReference type,
IEnumerable<IEdmPropertyValue> propertyValues
)
public:
EdmStructuredValue(
IEdmStructuredTypeReference^ type,
IEnumerable<IEdmPropertyValue^>^ propertyValues
)
new :
type:IEdmStructuredTypeReference *
propertyValues:IEnumerable<IEdmPropertyValue> -> EdmStructuredValue
public function EdmStructuredValue(
type : IEdmStructuredTypeReference,
propertyValues : IEnumerable<IEdmPropertyValue>
)
Parameters
- type
Type: Microsoft.Data.Edm.IEdmStructuredTypeReference
The type that describes this value.
- propertyValues
Type: System.Collections.Generic.IEnumerable<IEdmPropertyValue>
The child values of this value.