Click or drag to resize

QueryEventArgsBaseTDataQuery Property

Gets or sets the query.

Namespace:  SanteDB.Core.Event
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public Expression<Func<TData, bool>> Query { get; set; }

Property Value

Type: ExpressionFuncTData, Boolean
The query.
See Also