NDepend.API Documentation
IsSingleScalarResult Property
NDepend.CodeQuery Namespace > IQueryExecutionSuccessResult Interface : IsSingleScalarResult Property
Gets a value indicating whether the code query returned a single scalar result.
Syntax
bool IsSingleScalarResult {get;}
Remarks
Only CQLinq queries can return a scalar result through aggregation operators like Count() or Sum().
In such case Records is an empty collection.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IQueryExecutionSuccessResult Interface
IQueryExecutionSuccessResult Members