[Missing <summary> documentation for "M:NHibernate.Criterion.QueryOverBuilderExtensions.IsNotEmpty``2(NHibernate.Criterion.Lambda.IQueryOverRestrictionBuilder{``0,``1})"]

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

Syntax

C#
public static IQueryOver<TRoot, TSubType> IsNotEmpty<TRoot, TSubType>(
	this IQueryOverRestrictionBuilder<TRoot, TSubType> builder
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function IsNotEmpty(Of TRoot, TSubType) ( _
	builder As IQueryOverRestrictionBuilder(Of TRoot, TSubType) _
) As IQueryOver(Of TRoot, TSubType)
Visual C++
[ExtensionAttribute]
public:
generic<typename TRoot, typename TSubType>
static IQueryOver<TRoot, TSubType>^ IsNotEmpty(
	IQueryOverRestrictionBuilder<TRoot, TSubType>^ builder
)

Parameters

builder
Type: NHibernate.Criterion.Lambda..::..IQueryOverRestrictionBuilder<(Of <(<'TRoot, TSubType>)>)>

[Missing <param name="builder"/> documentation for "M:NHibernate.Criterion.QueryOverBuilderExtensions.IsNotEmpty``2(NHibernate.Criterion.Lambda.IQueryOverRestrictionBuilder{``0,``1})"]

Type Parameters

TRoot

[Missing <typeparam name="TRoot"/> documentation for "M:NHibernate.Criterion.QueryOverBuilderExtensions.IsNotEmpty``2(NHibernate.Criterion.Lambda.IQueryOverRestrictionBuilder{``0,``1})"]

TSubType

[Missing <typeparam name="TSubType"/> documentation for "M:NHibernate.Criterion.QueryOverBuilderExtensions.IsNotEmpty``2(NHibernate.Criterion.Lambda.IQueryOverRestrictionBuilder{``0,``1})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.QueryOverBuilderExtensions.IsNotEmpty``2(NHibernate.Criterion.Lambda.IQueryOverRestrictionBuilder{``0,``1})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IQueryOverRestrictionBuilder<(Of <(<'TRoot, TSubType>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also