NDepend.API Documentation
Records Property
NDepend.CodeQuery Namespace > IQueryExecutionSuccessResult Interface : Records Property
Gets records result.
Syntax
IReadOnlyList<RecordBase> Records {get;}
Remarks
If IsSingleScalarResult is true, the collection returned is empty.
Notice that a IQueryExecutionSuccessResult object can be modified when calling a ExtensionMethodsQuery.ExtensionMethodsQuery.GetIssues overload that takes a suppressedMessage set. In such condition the list of records returned can be different than the one returned before calling GetIssues().
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
MatchedCodeElements Property