SqlNullabilityProcessor.Process Yöntem

Tanım

Aşırı Yüklemeler

Process(SelectExpression, IReadOnlyDictionary<String,Object>, Boolean)

Null semantiği uygulamak ve iyileştirmek için a'yı SelectExpression işler.

Process(Expression, IReadOnlyDictionary<String,Object>, Boolean)

Null semantiği uygulamak ve iyileştirmek için bir sorgu ifadesini işler.

Process(SelectExpression, IReadOnlyDictionary<String,Object>, Boolean)

Null semantiği uygulamak ve iyileştirmek için a'yı SelectExpression işler.

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

Parametreler

selectExpression
SelectExpression

İşlenmek üzere bir seçme ifadesi.

parameterValues
IReadOnlyDictionary<String,Object>

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

canCache
Boolean

Seçme ifadesinin önbelleğe alınıp alınamayacağını belirten bir bool değeri.

Döndürülenler

İyileştirilmiş bir seçme ifadesi.

Şunlara uygulanır

Process(Expression, IReadOnlyDictionary<String,Object>, Boolean)

Null semantiği uygulamak ve iyileştirmek için bir sorgu ifadesini işler.

public virtual System.Linq.Expressions.Expression Process (System.Linq.Expressions.Expression queryExpression, System.Collections.Generic.IReadOnlyDictionary<string,object?> parameterValues, out bool canCache);
abstract member Process : System.Linq.Expressions.Expression * System.Collections.Generic.IReadOnlyDictionary<string, obj> * bool -> System.Linq.Expressions.Expression
override this.Process : System.Linq.Expressions.Expression * System.Collections.Generic.IReadOnlyDictionary<string, obj> * bool -> System.Linq.Expressions.Expression
Public Overridable Function Process (queryExpression As Expression, parameterValues As IReadOnlyDictionary(Of String, Object), ByRef canCache As Boolean) As Expression

Parametreler

queryExpression
Expression

İşlenmek üzere bir sorgu ifadesi.

parameterValues
IReadOnlyDictionary<String,Object>

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

canCache
Boolean

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

Döndürülenler

İyileştirilmiş bir sorgu ifadesi.

Şunlara uygulanır