I don't know if that's what you're looking for or if you had another
question, but the configuration to firebird is something like:
var firebird = new FirebirdConfiguration();
var firebirdConfig = Fluently.Configure().Database(
firebird.ConnectionString(c => c
.FromConnectionStringWithKey("Firebird_CnnString_FromAppConfig")));
Is there it?
Caio
On Tue, Jun 23, 2009 at 11:41 PM, josh<[email protected]> wrote:
>
> I saw someone else has already setup fnh with firebird. Would someone
> who has mind charing how to do that?
>
> Thanks,
> Josh
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Fluent NHibernate" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---