c# - How to create temp table by using Fluent NHibernate -


is there solution create temp table existing entity? suppose has employee class mappings , want have second table in database named "tmp_employee", same columns, keys etc.. don't want create class tmp_employee mappings. use sql loader doesn't supports update. creating temp table based on mappings of existing entity, can it.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -