Click or drag to resize

OrmQueryResultSetTResultIntersect(IQueryResultSetTResult) Method

Intersect this result set with another

Namespace: SanteDB.OrmLite
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public IQueryResultSet<TResult> Intersect(
	IQueryResultSet<TResult> other
)

Parameters

other  IQueryResultSetTResult

[Missing <param name="other"/> documentation for "M:SanteDB.OrmLite.OrmQueryResultSet`1.Intersect(SanteDB.Core.Model.Query.IQueryResultSet{`0})"]

Return Value

IQueryResultSetTResult
A new IQueryResultSetTData which contains the necessary persistence layer instructions to intersect this set with another

Implements

IQueryResultSetTDataIntersect(IQueryResultSetTData)
Remarks
Like the Intersect(ExpressionFuncTData, Boolean) method, this method intersects an already created IQueryResultSetTData with this data
See Also