Matthew MacFarland
Matthew MacFarland

Reputation: 2731

FluentNHibernate.Mapping.Builders namespace

I want to try a class from the FluentNHibernate.Mapping.Builders namespace called CompositeElementBuilder but after setting a reference to the FluentNHibernate assembly I can can't get this namespace. Is there a separate assembly that contains the FluentNHibernate.Mapping.Builders namespace?

Thanks,

Matthew

Upvotes: 0

Views: 140

Answers (1)

Cole W
Cole W

Reputation: 15313

No it should be in that assembly. I just looked through the object browser and I saw it.
Did you remember your: using FluentNHibernate.Mapping.Builders;

Edit:

I am using version 1.1.0.0. This does not appear to be in version 1.1.0.685 (Current on website).

Upvotes: 1

Related Questions