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
Post a Comment