Click or drag to resize

IUnionQueryDataPersistenceServiceTEntityUnion Method

Queries or continues a query

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IEnumerable<TEntity> Union(
	Expression<Func<TEntity, bool>>[] queries,
	Guid queryId,
	int offset,
	int? count,
	out int totalCount,
	IPrincipal overrideAuthContext,
	params ModelSort<TEntity>[] orderBy
)

Parameters

queries
Type: System.Linq.ExpressionsExpressionFuncTEntity, Boolean

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

queryId
Type: SystemGuid

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

offset
Type: SystemInt32

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

count
Type: SystemNullableInt32

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

totalCount
Type: SystemInt32

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

overrideAuthContext
Type: System.Security.PrincipalIPrincipal

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

orderBy
Type: SanteDB.Core.Model.QueryModelSortTEntity

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

Return Value

Type: IEnumerableTEntity

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

See Also