SelectExpression.BindProperty(IProperty, IQuerySource) Yöntem

Tanım

Sağlanan özellik için bu seçme ifadesiyle ilişkili 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

Bu seçme ifadesinden sütuna başvurmak için kullanılabilecek ilişkili ifade.

Şunlara uygulanır