Compartir a través de


DbComplexPropertyEntry.ComplexProperty(String) Método

Definición

Obtiene un objeto que representa una propiedad compleja anidada de esta propiedad.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", Justification="Rule predates more fluent naming conventions.", MessageId="0#")]
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

Parámetros

propertyName
String

Nombre de la propiedad anidada.

Devoluciones

Objeto que representa la propiedad anidada.

Atributos

Se aplica a