[Missing <summary> documentation for "T:NHibernate.Criterion.Lambda.QueryOverRestrictionBuilder`2"]

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

Syntax

C#
public class QueryOverRestrictionBuilder<TRoot, TSubType> : QueryOverRestrictionBuilderBase<QueryOver<TRoot, TSubType>, TRoot, TSubType>
Visual Basic
Public Class QueryOverRestrictionBuilder(Of TRoot, TSubType) _
	Inherits QueryOverRestrictionBuilderBase(Of QueryOver(Of TRoot, TSubType), TRoot, TSubType)
Visual C++
generic<typename TRoot, typename TSubType>
public ref class QueryOverRestrictionBuilder : public QueryOverRestrictionBuilderBase<QueryOver<TRoot, TSubType>^, TRoot, TSubType>

Type Parameters

TRoot

[Missing <typeparam name="TRoot"/> documentation for "T:NHibernate.Criterion.Lambda.QueryOverRestrictionBuilder`2"]

TSubType

[Missing <typeparam name="TSubType"/> documentation for "T:NHibernate.Criterion.Lambda.QueryOverRestrictionBuilder`2"]

Inheritance Hierarchy

System..::..Object
  NHibernate.Criterion.Lambda..::..QueryOverRestrictionBuilderBase<(Of <(<'QueryOver<(Of <(<'TRoot, TSubType>)>)>, TRoot, TSubType>)>)>
    NHibernate.Criterion.Lambda..::..QueryOverRestrictionBuilder<(Of <(<'TRoot, TSubType>)>)>

See Also