Click or drag to resize

PersistenceEntitySourceQueryTObject Method

Query the specified object

Namespace:  SanteDB.Core.Data
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public IQueryResultSet<TObject> Query<TObject>(
	Expression<Func<TObject, bool>> query
)
where TObject : new(), IdentifiedData

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncTObject, Boolean

[Missing <param name="query"/> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Query``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"]

Type Parameters

TObject

[Missing <typeparam name="TObject"/> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Query``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"]

Return Value

Type: IQueryResultSetTObject

[Missing <returns> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Query``1(System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"]

Implements

IEntitySourceProviderQueryTObject(ExpressionFuncTObject, Boolean)
See Also