DbEntityEntry.ComplexProperty(String) Method

Definition

Gets an object that represents a complex property of this entity.

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

Parameters

propertyName
String

The name of the complex property.

Returns

An object representing the complex property.

Applies to