Visual Studio Intellisense is not recognizing the dynamic keyword, even though the project builds. I tried to add a reference to System.Core to solve the problem. I
System.Core
public DbSet Createrequestdatas { get; set; }
If all references are added correctly then you might have missed type for dbset in getter and setter.
dbset