I tried to create a data context in EF5 RC similar to this:
class WordContext : DbContext {
public DbSet PossibleWords { get; set; }
publ
- 热议问题