The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbEntityEntry::Property Method (String^)
Entity Framework 6.0
Gets an object that represents a scalar or complex property of this entity.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- propertyName
-
Type:
System::String^
The name of the property.
Return Value
Type: System.Data.Entity.Infrastructure::DbPropertyEntry^An object representing the property.
Show: