QuerySqlGenerator.CheckComposableSqlTrimmed(ReadOnlySpan<Char>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether a given SQL string is composable, i.e. can be embedded as a subquery within a
larger SQL query. The provided sql
is already trimmed for whitespace and comments.
protected virtual void CheckComposableSqlTrimmed (ReadOnlySpan<char> sql);
abstract member CheckComposableSqlTrimmed : ReadOnlySpan<char> -> unit
override this.CheckComposableSqlTrimmed : ReadOnlySpan<char> -> unit
Protected Overridable Sub CheckComposableSqlTrimmed (sql As ReadOnlySpan(Of Char))
Parameters
- sql
- ReadOnlySpan<Char>
An trimmed SQL string to be checked for composability.
Exceptions
The given SQL isn't composable.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework