[Missing <summary> documentation for "M:NHibernate.Criterion.QueryOver.Of``1(System.String,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>(
	string entityName,
	Expression<Func<T>> alias
)
Visual Basic
Public Shared Function Of(Of T) ( _
	entityName As String, _
	alias As Expression(Of Func(Of T)) _
) As QueryOver(Of T, T)
Visual C++
public:
generic<typename T>
static QueryOver<T, T>^ Of(
	String^ entityName, 
	Expression<Func<T>^>^ alias
)

Parameters

entityName
Type: System..::..String

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

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

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

Type Parameters

T

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

Return Value

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

See Also