 | QueryEventArgsBaseTDataQuery Property |
Gets or sets the query.
Namespace: SanteDB.Core.EventAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic Expression<Func<TData, bool>> Query { get; }Public ReadOnly Property Query As Expression(Of Func(Of TData, Boolean))
Get
public:
property Expression<Func<TData, bool>^>^ Query {
Expression<Func<TData, bool>^>^ get ();
}member Query : Expression<Func<'TData, bool>> with get
Property Value
ExpressionFuncTData,
BooleanThe query.
See Also