InterviewSolution
Saved Bookmarks
| 1. |
Explain Complex Type in Entity Framework. |
|
Answer» Complex TYPES are defined as the non-SCALAR properties of entity types that assist in organizing scalar properties WITHIN entities. In ADDITION to scalar properties, complex types may also have other complex type properties. Instances of complex types are complex OBJECTS. |
|