Sdílet prostřednictvím


SqlFragmentExpression(String) Konstruktor

Definice

Vytvoří novou instanci třídy SqlFragmentExpression.

public SqlFragmentExpression (string sql);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFragmentExpression : string -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFragmentExpression
Public Sub New (sql As String)

Parametry

sql
String

Token řetězce pro tisk ve stromu SQL.

Platí pro