[Missing <summary> documentation for "M:NHibernate.Criterion.QueryOver`2.Fetch(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public QueryOverFetchBuilder<TRoot, TSubType> Fetch( Expression<Func<TRoot, Object>> path ) |
Visual Basic |
---|
Public Function Fetch ( _ path As Expression(Of Func(Of TRoot, Object)) _ ) As QueryOverFetchBuilder(Of TRoot, TSubType) |
Visual C++ |
---|
public: QueryOverFetchBuilder<TRoot, TSubType>^ Fetch( Expression<Func<TRoot, Object^>^>^ path ) |
Parameters
- path
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TRoot, Object>)>)>>)>)>
[Missing <param name="path"/> documentation for "M:NHibernate.Criterion.QueryOver`2.Fetch(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.QueryOver`2.Fetch(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})"]