> One more question, how can I register custom implementation of
> IFbMigrationSqlGeneratorBehavior?

Register MigrationSqlGenerator with FbMigrationSqlGenerator and pass the 
implementation to ctor. Something like:
AddDependencyResolver(new 
SingletonDependencyResolver<Func<MigrationSqlGenerator>>(() => new 
FbMigrationSqlGenerator(...

EF does not allow to plug custom "services". :(

-- 
Mgr. Jiří Činčura
Independent IT Specialist


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to