Condividi tramite


DbComplexPropertyEntry.ComplexProperty(String) Metodo

Definizione

Ottiene un oggetto che rappresenta una proprietà annidata complessa della proprietà.

[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

Parametri

propertyName
String

Nome della proprietà annidata.

Restituisce

Oggetto che rappresenta la proprietà annidata.

Attributi

Si applica a