Compartir a través de


StructuralTypeConfiguration.AddComplexProperty(PropertyInfo) Método

Definición

Agrega una propiedad compleja 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

La propiedad que se agrega.

Devoluciones

para ComplexPropertyConfiguration que la propiedad se pueda configurar aún más.

Se aplica a