DbComplexPropertyEntry.ComplexProperty Method (String)
Gets an object that represents a nested complex property of this property.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", MessageId = "0#", Justification = "Rule predates more fluent naming conventions.")] public DbComplexPropertyEntry ComplexProperty( string propertyName )
Parameters
- propertyName
-
Type:
System.String
The name of the nested property.
Return Value
Type: System.Data.Entity.Infrastructure.DbComplexPropertyEntryAn object representing the nested property.