📚 Practice Mode
Entity Framework Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 19
Multiple Choice
Default method name created by Entity Framework to insert an entity in database is (Note: will be replaced by the name of actual Entity)
- InsertTo<EntityName>
- AddTo<EntityName>
- Insert<EntityName>
- Add<EntityName>