FromSqlExpression(String, Expression, String, IQuerySource) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 FromSqlExpression 的新實例。
public FromSqlExpression (string sql, System.Linq.Expressions.Expression arguments, string alias, Remotion.Linq.Clauses.IQuerySource querySource);
new Microsoft.EntityFrameworkCore.Query.Expressions.FromSqlExpression : string * System.Linq.Expressions.Expression * string * Remotion.Linq.Clauses.IQuerySource -> Microsoft.EntityFrameworkCore.Query.Expressions.FromSqlExpression
Public Sub New (sql As String, arguments As Expression, alias As String, querySource As IQuerySource)
參數
- sql
- String
SQL。
- arguments
- Expression
引數。
- alias
- String
別名。
- querySource
- Remotion.Linq.Clauses.IQuerySource
查詢來源。