Does EntityFramework Support ComplexType Translate<T> or ExecuteStoreQuery<T>?
- by Suning
When i use ObjectContext.Translate(DbDataReader) to materialize my own Entity which use ComplexType as property. I encounter this error:
System.InvalidOperationException: Cannot create a value for property '[MyOwnAttribute]' of type '[MyOwnComplexType]'. Only properties with primitive types are supported.
Does EntityFramework Support ComplexType Translate?
Or i missed something?