StructuralTypeConfiguration.AddComplexProperty(PropertyInfo) Method
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.
Adds a complex property to this edm type.
public virtual Microsoft.AspNet.OData.Builder.ComplexPropertyConfiguration AddComplexProperty (System.Reflection.PropertyInfo propertyInfo);
abstract member AddComplexProperty : System.Reflection.PropertyInfo -> Microsoft.AspNet.OData.Builder.ComplexPropertyConfiguration
override this.AddComplexProperty : System.Reflection.PropertyInfo -> Microsoft.AspNet.OData.Builder.ComplexPropertyConfiguration
Public Overridable Function AddComplexProperty (propertyInfo As PropertyInfo) As ComplexPropertyConfiguration
Parameters
- propertyInfo
- PropertyInfo
The property being added.
Returns
The ComplexPropertyConfiguration so that the property can be configured further.