Share via


StructuralTypeConfiguration.AddComplexProperty Method (PropertyInfo)

 

Adds a complex property to this edm type.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public virtual ComplexPropertyConfiguration AddComplexProperty(
    PropertyInfo propertyInfo
)
public:
virtual ComplexPropertyConfiguration^ AddComplexProperty(
    PropertyInfo^ propertyInfo
)
abstract AddComplexProperty : 
        propertyInfo:PropertyInfo -> ComplexPropertyConfiguration
override AddComplexProperty : 
        propertyInfo:PropertyInfo -> ComplexPropertyConfiguration
Public Overridable Function AddComplexProperty (
    propertyInfo As PropertyInfo
) As ComplexPropertyConfiguration

Parameters

Return Value

Type: System.Web.OData.Builder.ComplexPropertyConfiguration

The ComplexPropertyConfiguration so that the property can be configured further.

See Also

StructuralTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top