Adds an ICriterion to the list of ICriterions
to junction together.
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public Junction Add( Expression<Func<bool>> expression ) |
Visual Basic |
---|
Public Function Add ( _ expression As Expression(Of Func(Of Boolean)) _ ) As Junction |
Visual C++ |
---|
public: Junction^ Add( Expression<Func<bool>^>^ expression ) |
Parameters
- expression
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'Boolean>)>)>>)>)>
[Missing <param name="expression"/> documentation for "M:NHibernate.Criterion.Junction.Add(System.Linq.Expressions.Expression{System.Func{System.Boolean}})"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.Junction.Add(System.Linq.Expressions.Expression{System.Func{System.Boolean}})"]