Click or drag to resize

IFastQueryDataPersistenceServiceTEntityQueryFast Method

Queries or continues a query in lean mode

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
IEnumerable<TEntity> QueryFast(
	Expression<Func<TEntity, bool>> query,
	Guid queryId,
	int offset,
	int? count,
	out int totalCount,
	IPrincipal overrideAuthContext = null
)

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncTEntity, Boolean

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

queryId
Type: SystemGuid

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

offset
Type: SystemInt32

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

count
Type: SystemNullableInt32

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

totalCount
Type: SystemInt32

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

overrideAuthContext (Optional)
Type: System.Security.PrincipalIPrincipal

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

Return Value

Type: IEnumerableTEntity

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

See Also