NDepend.API Documentation
GetKindOfCodeQuerySyntax Method
NDepend.CodeQuery Namespace > ExtensionMethodsQuery Class : GetKindOfCodeQuerySyntax Method
This code query string.
Determines this code query syntax, CQLinq or CQL, of a code query string.
Syntax
[Extension()]
public static KindOfCodeQuerySyntax GetKindOfCodeQuerySyntax( 
   string queryString
)

Parameters

queryString
This code query string.

Return Value

The code query syntax.
Remarks
An heuristic is used that determines the code query syntax of a code query string, even if the query is not compilable.
Requirements

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

See Also

Reference

ExtensionMethodsQuery Class
ExtensionMethodsQuery Members