vsuneeldot wrote:
hai suman,
did u written the mapping file for this collection..
like
<set name="testset" inverse="true">
<key column="ID"/>
<one-to-many class="Namespace.child,Assemblyname"/>
</set>
or u want to display the selected parameters?
any way
if u want to display the selected parameters ...then go for
Iquery query= session.CreateSqlQuery(.............)
ok..this may work for u...
suneel.[/b]
hai suneel
firstly thank u for answering the question i posted
but
i think u did not understand my query
for eg:
in student and marks example
if i
select * from student s where s.Grade=?
here in the place of question marik
i have a array list of parameters like {A,A+,B}
can i give the whole set of parameters
by using "SetParameterList" Keyword in CreateQuery ????