EdmStructuredValue Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EdmStructuredValue class.
public EdmStructuredValue (Microsoft.OData.Edm.IEdmStructuredTypeReference type, System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmPropertyValue> propertyValues);
new Microsoft.OData.Edm.Vocabularies.EdmStructuredValue : Microsoft.OData.Edm.IEdmStructuredTypeReference * seq<Microsoft.OData.Edm.Vocabularies.IEdmPropertyValue> -> Microsoft.OData.Edm.Vocabularies.EdmStructuredValue
Public Sub New (type As IEdmStructuredTypeReference, propertyValues As IEnumerable(Of IEdmPropertyValue))
Parameters
Type that describes this value.
- propertyValues
- IEnumerable<IEdmPropertyValue>
Child values of this value.