Click or drag to resize

IUserSessionStreamQueryAllT, TIndex Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IEnumerable<T> StreamQueryAll<T, TIndex>(
	Expression<Func<T, bool>> query,
	out int totalResults,
	Action<int> stepFunc = null
)
where TIndex : new(), AbstractIndexCreationTask

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncT, Boolean

[Missing <param name="query"/> documentation for "M:Ingeniux.CMS.IUserSession.StreamQueryAll``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Int32@,System.Action{System.Int32})"]

totalResults
Type: SystemInt32

[Missing <param name="totalResults"/> documentation for "M:Ingeniux.CMS.IUserSession.StreamQueryAll``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Int32@,System.Action{System.Int32})"]

stepFunc (Optional)
Type: SystemActionInt32

[Missing <param name="stepFunc"/> documentation for "M:Ingeniux.CMS.IUserSession.StreamQueryAll``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Int32@,System.Action{System.Int32})"]

Type Parameters

T
TIndex

Return Value

Type: IEnumerableT

[Missing <returns> documentation for "M:Ingeniux.CMS.IUserSession.StreamQueryAll``2(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Int32@,System.Action{System.Int32})"]

See Also