Click or drag to resize

MappedQueryResultSetTElementUnion(IQueryResultSet) Method

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

Namespace: SanteDB.OrmLite.MappedResultSets
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public virtual IQueryResultSet Union(
	IQueryResultSet other
)

Parameters

other  IQueryResultSet

[Missing <param name="other"/> documentation for "M:SanteDB.OrmLite.MappedResultSets.MappedQueryResultSet`1.Union(SanteDB.Core.Model.Query.IQueryResultSet)"]

Return Value

IQueryResultSet

[Missing <returns> documentation for "M:SanteDB.OrmLite.MappedResultSets.MappedQueryResultSet`1.Union(SanteDB.Core.Model.Query.IQueryResultSet)"]

Implements

IQueryResultSetUnion(IQueryResultSet)
See Also