[Missing <summary> documentation for "M:NHibernate.Criterion.QueryOver.Of``1(System.Linq.Expressions.Expression{System.Func{``0}})"]

Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static QueryOver<T, T> Of<T>(
	Expression<Func<T>> alias
)
Visual Basic
Public Shared Function Of(Of T) ( _
	alias As Expression(Of Func(Of T)) _
) As QueryOver(Of T, T)
Visual C++
public:
generic<typename T>
static QueryOver<T, T>^ Of(
	Expression<Func<T>^>^ alias
)

Parameters

alias
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'T>)>)>>)>)>

[Missing <param name="alias"/> documentation for "M:NHibernate.Criterion.QueryOver.Of``1(System.Linq.Expressions.Expression{System.Func{``0}})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:NHibernate.Criterion.QueryOver.Of``1(System.Linq.Expressions.Expression{System.Func{``0}})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.QueryOver.Of``1(System.Linq.Expressions.Expression{System.Func{``0}})"]

See Also