Condividi tramite


DbEntityEntry.ComplexProperty(String) Metodo

Definizione

Ottiene un oggetto che rappresenta una proprietà complessa dell'entità.

public System.Data.Entity.Infrastructure.DbComplexPropertyEntry ComplexProperty (string propertyName);
member this.ComplexProperty : string -> System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Public Function ComplexProperty (propertyName As String) As DbComplexPropertyEntry

Parametri

propertyName
String

Nome della proprietà complessa.

Restituisce

Oggetto che rappresenta la proprietà complessa.

Si applica a