| 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; }
Public Property Query As Expression(Of Func(Of TData, Boolean))
Get
Set
public:
property Expression<Func<TData, bool>^>^ Query {
Expression<Func<TData, bool>^>^ get ();
void set (Expression<Func<TData, bool>^>^ value);
}
member Query : Expression<Func<'TData, bool>> with get, set
Property Value
Type:
ExpressionFuncTData,
BooleanThe query.
See Also