Partager via


StructuralTypeConfiguration.AddComplexProperty(PropertyInfo) Méthode

Définition

Ajoute une propriété complexe à ce type 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

Paramètres

propertyInfo
PropertyInfo

Propriété qui est ajoutée.

Retours

afin ComplexPropertyConfiguration que la propriété puisse être configurée davantage.

S’applique à