Click or drag to resize

GenericLocalActRepositoryTActFindFast Method

Find the specified act in a fast load manner

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

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncTAct, Boolean

[Missing <param name="query"/> documentation for "M:SanteDB.DisconnectedClient.Services.Local.GenericLocalActRepository`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.DisconnectedClient.Services.Local.GenericLocalActRepository`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.DisconnectedClient.Services.Local.GenericLocalActRepository`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.DisconnectedClient.Services.Local.GenericLocalActRepository`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.DisconnectedClient.Services.Local.GenericLocalActRepository`1.FindFast(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,System.Guid)"]

Return Value

Type: IEnumerableTAct

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

Implements

IFastQueryRepositoryServiceTEntityFindFast(ExpressionFuncTEntity, Boolean, Int32, NullableInt32, Int32, Guid)
See Also