An expression representing a logical predicate with which to filter records.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public IExpression Having { get; set; } |
Visual Basic |
---|
Public Property Having As IExpression Get Set |
Remarks
This property is used when a predicate containing an aggregate function is needed,
since the Where property does not allow such predicates.