linq to sql - What does DataContext.GetTable<TEntry> do? -


consider have datacontext db, , there entity class user. when system.data.linq.table<user> table = db.gettable<user>(); called first time, pull data database immediately, use deferred execution, or data loaded database when db initialized?

until enumerate collection no data loaded


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -