DbComplexPropertyEntry<TEntity, TComplexProperty> Implicit Conversion (DbComplexPropertyEntry<TEntity, TComplexProperty> to DbComplexPropertyEntry)
Returns a new instance of the non-generic DbComplexPropertyEntry class for the property represented by this object.
Assembly: EntityFramework (in EntityFramework.dll)
public static implicit operator DbComplexPropertyEntry ( DbComplexPropertyEntry<TEntity, TComplexProperty> entry )
Parameters
- entry
-
Type:
System.Data.Entity.Infrastructure.DbComplexPropertyEntry<TEntity, TComplexProperty>
The object representing the property.