SelectExpression.BindProperty(IProperty, IQuerySource) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates an expression bound to this select expression for the supplied property.
C#
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
- property
- IProperty
The corresponding EF property.
- querySource
- Remotion.Linq.Clauses.IQuerySource
The originating query source.
The bound expression which can be used to refer column from this select expression.
Продукт | Версії |
---|---|
Entity Framework Core | 2.0, 2.1, 2.2 |
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.
Відгук про Entity Framework
Entity Framework – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: