Arash Kh.
Arash Kh.

Reputation: 23

how to write fluent nhibernate queries?

I'm new to fluent nhibernate and generally nhibernate. I searched a lot on the net but I couldn't find a good help. I'm using fluent nhibernate and I mapped it with SQLServer 2008. If there is a good help or book or sth else please tell me!

First of all I want to know how I can write native sql queries in my program? for example DELETE * From SiteCategory And generally I want to know how to write queries in fluent nhibernate? such as update,delete and select.

Upvotes: 1

Views: 1108

Answers (1)

Dennis Burton
Dennis Burton

Reputation: 3332

A good resource would be this series of screencasts:

Vacation Of Fluent NHibernate: http://iamnotmyself.com/2009/10/26/vacation-of-fluent-nhibernate-introduction/ [link updated]

It was modeled after the very popular Summer of NHibernate series

Upvotes: 4

Related Questions