DefaultQuerySqlGenerator.GenerateFromSql 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.
Generate SQL corresponding to a FromSql query.
protected virtual void GenerateFromSql (string sql, System.Linq.Expressions.Expression arguments, System.Collections.Generic.IReadOnlyDictionary<string,object> parameters);
abstract member GenerateFromSql : string * System.Linq.Expressions.Expression * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> unit
override this.GenerateFromSql : string * System.Linq.Expressions.Expression * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> unit
Protected Overridable Sub GenerateFromSql (sql As String, arguments As Expression, parameters As IReadOnlyDictionary(Of String, Object))
Parameters
- sql
- String
The FromSql SQL query.
- arguments
- Expression
The arguments.
- parameters
- IReadOnlyDictionary<String,Object>
The parameters for this query.
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