Greetings
My question is about working with the Entity Framework. Lets say I am having an Entity data model and I am having a dbconext instance what is the difference between dbcontext.EntityName.ExtensionMethodName(lambda expression)
and dbcontext.EntityName.**Local**.ExtensionMethodName(lambda expression)