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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -