Click or drag to resize

MdmEntityResultSetTModelUnion(ExpressionFuncTModel, Boolean) Method

Intersect the other result set - note this can only be of same type of set

Namespace: SanteDB.Persistence.MDM.Services.Resources
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public IQueryResultSet<TModel> Union(
	Expression<Func<TModel, bool>> filter
)

Parameters

filter  ExpressionFuncTModel, Boolean

[Missing <param name="filter"/> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmEntityResultSet`1.Union(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})"]

Return Value

IQueryResultSetTModel

[Missing <returns> documentation for "M:SanteDB.Persistence.MDM.Services.Resources.MdmEntityResultSet`1.Union(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})"]

Implements

IQueryResultSetTDataUnion(ExpressionFuncTData, Boolean)
See Also