Hi folks - I am trying to use the SchemaUpdate tool in Nhibernate. Ultimately, i am trying to get it to generate a script for the schema changes, rather than just 'doing it'. Is there any way to do this with the tool in its current form? It seems to have a tiny interface on the class that only allows you to either perform the upgrape, or write out the script to the Console. Is there any easy method to get it to write out the script to somewhere else or give me a collection of strings back from it? Cheers in advance for any help.
|