CodeQL library for C#
codeql/csharp-all 0.8.11-dev (changelog, source)
Search

Module Sql

Provides definitions related to SQL frameworks.

Import path

import semmle.code.csharp.frameworks.Sql

Imports

csharp

The default C# QL library.

Classes

CommandTextAssignmentSqlExpr

An assignment to a CommandText property.

DapperCommandDefinitionMethodCallSqlExpr

A Dapper.CommandDefinition creation that is taking a SQL string argument and is passed to a Dapper.SqlMapper method.

IDbCommandConstructionSqlExpr

A construction of an unknown IDbCommand object.

SqlExpr

An expression containing a SQL command.