QuerySqlGenerator.CheckComposableSql(String) Method

Definition

Checks whether a given SQL string is composable, i.e. can be embedded as a subquery within a larger SQL query.

C#
protected virtual void CheckComposableSql (string sql);

Parameters

sql
String

An SQL string to be checked for composability.

Exceptions

The given SQL isn't composable.

Applies to

Product Versions
Entity Framework Core 5.0, 6.0, 7.0, 8.0, 9.0