entity framework 5 - EF 5.0 - Large volume insert into table -


i have worktable use store merged/joined selections other tables large volume of records (could millions of rows). if have entity mapping table - there way insert results table without pulling data across context in app? prefer without handwriting sql (that's how it's done now).

a stored procedure consideration.

thanks


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -