Click or drag to resize

IFastQueryRepositoryServiceTEntityFindFast Method

Perform a quick search (instructs the data persistence layer not to load as many properties)

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
IEnumerable<TEntity> FindFast(
	Expression<Func<TEntity, bool>> query,
	int offset,
	int? count,
	out int totalResults,
	Guid queryId
)

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncTEntity, Boolean

[Missing <param name="query"/> documentation for "M:SanteDB.Core.Services.IFastQueryRepositoryService`1.FindFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,System.Guid)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.Core.Services.IFastQueryRepositoryService`1.FindFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,System.Guid)"]

count
Type: SystemNullableInt32

[Missing <param name="count"/> documentation for "M:SanteDB.Core.Services.IFastQueryRepositoryService`1.FindFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,System.Guid)"]

totalResults
Type: SystemInt32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.Core.Services.IFastQueryRepositoryService`1.FindFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,System.Guid)"]

queryId
Type: SystemGuid

[Missing <param name="queryId"/> documentation for "M:SanteDB.Core.Services.IFastQueryRepositoryService`1.FindFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,System.Guid)"]

Return Value

Type: IEnumerableTEntity

[Missing <returns> documentation for "M:SanteDB.Core.Services.IFastQueryRepositoryService`1.FindFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,System.Guid)"]

See Also