DbComplexPropertyEntry.ComplexProperty (Método)
[Esta página es específica de la versión 6 de Entity Framework. La versión más reciente está disponible como el paquete NuGet de Entity Framework. Para más información sobre Entity Framework, consulte msdn.com/es-ES/data/ef].
Obtiene un objeto que representa una propiedad compleja anidada de esta propiedad.
Espacio de nombres: System.Data.Entity.Infrastructure
Ensamblado: EntityFramework (en EntityFramework.dll)
Sintaxis
'Declaración
<SuppressMessageAttribute("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", MessageId := "0#", _
Justification := "Rule predates more fluent naming conventions.")> _
Public Function ComplexProperty ( _
propertyName As String _
) As DbComplexPropertyEntry
'Uso
Dim instance As DbComplexPropertyEntry
Dim propertyName As String
Dim returnValue As DbComplexPropertyEntry
returnValue = instance.ComplexProperty(propertyName)
[SuppressMessageAttribute("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", MessageId = "0#",
Justification = "Rule predates more fluent naming conventions.")]
public DbComplexPropertyEntry ComplexProperty(
string propertyName
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1719:ParameterNamesShouldNotMatchMemberNames", MessageId = L"0#",
Justification = L"Rule predates more fluent naming conventions.")]
public:
DbComplexPropertyEntry^ ComplexProperty(
String^ propertyName
)
[<SuppressMessageAttribute("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", MessageId = "0#",
Justification = "Rule predates more fluent naming conventions.")>]
member ComplexProperty :
propertyName:string -> DbComplexPropertyEntry
public function ComplexProperty(
propertyName : String
) : DbComplexPropertyEntry
Parámetros
- propertyName
Tipo: System.String
Nombre de la propiedad anidada.
Valor devuelto
Tipo: System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Objeto que representa la propiedad anidada.