Dario,
The architecture doesn't really support that approach right now. The way to do it is to generate SQL that does the check it self. i.e. For SQL Server we use "IF schema_id('Foo') IS NULL"
Cheers,
Andrew.
Dario,
The architecture doesn't really support that approach right now. The way to do it is to generate SQL that does the check it self. i.e. For SQL Server we use "IF schema_id('Foo') IS NULL"
Cheers,
Andrew.