RelationalParameterBasedSqlProcessor.ProcessSqlNullability(SelectExpression, IReadOnlyDictionary<String,Object>, Boolean) Yöntem

Tanım

SelectExpressionKullanımdaki null semantiğini uygulamak ve bu parametreyi verilen parametre değerleri için iyileştirmek üzere null değer verilebilme temelinde düğümleri işler.

protected virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression ProcessSqlNullability (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression selectExpression, System.Collections.Generic.IReadOnlyDictionary<string,object> parametersValues, out bool canCache);
protected virtual Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression ProcessSqlNullability (Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression selectExpression, System.Collections.Generic.IReadOnlyDictionary<string,object?> parametersValues, out bool canCache);
abstract member ProcessSqlNullability : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression * System.Collections.Generic.IReadOnlyDictionary<string, obj> * bool -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression
override this.ProcessSqlNullability : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression * System.Collections.Generic.IReadOnlyDictionary<string, obj> * bool -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression
Protected Overridable Function ProcessSqlNullability (selectExpression As SelectExpression, parametersValues As IReadOnlyDictionary(Of String, Object), ByRef canCache As Boolean) As SelectExpression

Parametreler

selectExpression
SelectExpression

İyileştirmek için bir seçim ifadesi.

parametersValues
IReadOnlyDictionary<String,Object>

Kullanılacak parametre değerlerinin sözlüğü.

canCache
Boolean

SELECT ifadesinin önbelleğe alınıp alınmayacağını gösteren bir bool değeri.

Döndürülenler

SelectExpression

İşlenen bir SELECT ifadesi.

Şunlara uygulanır