SelectExpression.BindProperty(IProperty, IQuerySource) Yöntem

Tanım

Sağlanan özellik için bu seçim ifadesi ile bağlantılı bir ifade oluşturur.

public virtual System.Linq.Expressions.Expression BindProperty (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Remotion.Linq.Clauses.IQuerySource querySource);
abstract member BindProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty * Remotion.Linq.Clauses.IQuerySource -> System.Linq.Expressions.Expression
override this.BindProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty * Remotion.Linq.Clauses.IQuerySource -> System.Linq.Expressions.Expression
Public Overridable Function BindProperty (property As IProperty, querySource As IQuerySource) As Expression

Parametreler

property
IProperty

Karşılık gelen EF özelliği.

querySource
Remotion.Linq.Clauses.IQuerySource

Kaynak sorgu kaynağı.

Döndürülenler

Expression

Bu seçim ifadesinden sütunu ifade etmek için kullanılabilen bağlantılı ifade.

Şunlara uygulanır