FromSqlExpression(String, Expression, String, IQuerySource) Constructor
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.
Creates a new instance of a 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)
Parameters
- sql
- String
The SQL.
- arguments
- Expression
The arguments.
- alias
- String
The alias.
- querySource
- Remotion.Linq.Clauses.IQuerySource
The query source.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework