Home / CSE MCQs / Entity Framework ::

CSE MCQs :: Entity Framework

  1. Which method should you call on the ObjectContext, to ensure that the orders are added to the local data store?
  2. A.
    ApplyCurrentValues
    B.
    AttachTo
    C.
    AddObject
    D.
    All of the above

  3. In a relation between the entities, the type and condition of the relation should be specified. That is called as______attribute.
  4. A.
    Descriptive
    B.
    Derived
    C.
    Recursive
    D.
    Relative

  5. An________ is a set of entities of the same type that share the same properties, or attributes.
  6. A.
    Entity set
    B.
    Attribute set
    C.
    Relation set
    D.
    Entity model

  7. The descriptive property possessed by each entity set is _________
  8. A.
    Entity
    B.
    Attribute
    C.
    Relation
    D.
    Model