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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework