ProjectionBindingExpression Oluşturucular

Tanım

Aşırı Yüklemeler

ProjectionBindingExpression(Expression, IDictionary<IProperty,Int32>)

ProjectionBindingExpression sınıfının yeni bir örneğini oluşturur.

ProjectionBindingExpression(Expression, IReadOnlyDictionary<IProperty,Int32>)
Geçersiz.

ProjectionBindingExpression sınıfının yeni bir örneğini oluşturur.

ProjectionBindingExpression(Expression, ProjectionMember, Type)

ProjectionBindingExpression sınıfının yeni bir örneğini oluşturur.

ProjectionBindingExpression(Expression, Int32, Type)

ProjectionBindingExpression sınıfının yeni bir örneğini oluşturur.

ProjectionBindingExpression(Expression, IDictionary<IProperty,Int32>)

ProjectionBindingExpression sınıfının yeni bir örneğini oluşturur.

public ProjectionBindingExpression (System.Linq.Expressions.Expression queryExpression, System.Collections.Generic.IDictionary<Microsoft.EntityFrameworkCore.Metadata.IProperty,int> indexMap);
new Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression : System.Linq.Expressions.Expression * System.Collections.Generic.IDictionary<Microsoft.EntityFrameworkCore.Metadata.IProperty, int> -> Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression
Public Sub New (queryExpression As Expression, indexMap As IDictionary(Of IProperty, Integer))

Parametreler

queryExpression
Expression

Değerin alın yapılacağı sorgu ifadesi.

indexMap
IDictionary<IProperty,Int32>

ValueBuffer için sorgu ifadesi projeksiyonuyla bağlanacak dizin eşlemesi.

Şunlara uygulanır

ProjectionBindingExpression(Expression, IReadOnlyDictionary<IProperty,Int32>)

Dikkat

The dictionary should be stored in client projection in query expression and access via index based binding.

ProjectionBindingExpression sınıfının yeni bir örneğini oluşturur.

[System.Obsolete("The dictionary should be stored in client projection in query expression and access via index based binding.")]
public ProjectionBindingExpression (System.Linq.Expressions.Expression queryExpression, System.Collections.Generic.IReadOnlyDictionary<Microsoft.EntityFrameworkCore.Metadata.IProperty,int> indexMap);
[<System.Obsolete("The dictionary should be stored in client projection in query expression and access via index based binding.")>]
new Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression : System.Linq.Expressions.Expression * System.Collections.Generic.IReadOnlyDictionary<Microsoft.EntityFrameworkCore.Metadata.IProperty, int> -> Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression
Public Sub New (queryExpression As Expression, indexMap As IReadOnlyDictionary(Of IProperty, Integer))

Parametreler

queryExpression
Expression

Değerin alın yapılacağı sorgu ifadesi.

indexMap
IReadOnlyDictionary<IProperty,Int32>

ValueBuffer için sorgu ifadesi projeksiyonuyla bağlanacak dizin eşlemesi.

Öznitelikler

Şunlara uygulanır

ProjectionBindingExpression(Expression, ProjectionMember, Type)

ProjectionBindingExpression sınıfının yeni bir örneğini oluşturur.

public ProjectionBindingExpression (System.Linq.Expressions.Expression queryExpression, Microsoft.EntityFrameworkCore.Query.ProjectionMember projectionMember, Type type);
new Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression : System.Linq.Expressions.Expression * Microsoft.EntityFrameworkCore.Query.ProjectionMember * Type -> Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression
Public Sub New (queryExpression As Expression, projectionMember As ProjectionMember, type As Type)

Parametreler

queryExpression
Expression

Değerin alın yapılacağı sorgu ifadesi.

projectionMember
ProjectionMember

Sorgu ifadesiyle bağlanacak projeksiyon üyesi.

type
Type

Okunan değerin clr türü.

Şunlara uygulanır

ProjectionBindingExpression(Expression, Int32, Type)

ProjectionBindingExpression sınıfının yeni bir örneğini oluşturur.

public ProjectionBindingExpression (System.Linq.Expressions.Expression queryExpression, int index, Type type);
new Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression : System.Linq.Expressions.Expression * int * Type -> Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression
Public Sub New (queryExpression As Expression, index As Integer, type As Type)

Parametreler

queryExpression
Expression

Değerin alın yapılacağı sorgu ifadesi.

index
Int32

Sorgu ifadesi projeksiyonu ile bağlanacak dizin.

type
Type

Okunan değerin clr türü.

Şunlara uygulanır