Partilhar via


StructuralTypeConfiguration.AddComplexProperty(PropertyInfo) Método

Definição

Adiciona uma propriedade complexa a este tipo EDM.

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

Parâmetros

propertyInfo
PropertyInfo

A propriedade que está sendo adicionada.

Retornos

O ComplexPropertyConfiguration para que a propriedade possa ser configurada ainda mais.

Aplica-se a