EntityQueryModelVisitor.BindReadValueMethod Method
Definition
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.
Overloads
BindReadValueMethod(Type, Expression, Int32, IProperty) |
Binds a value buffer read. |
BindReadValueMethod(Type, Expression, Int32) |
Binds a value buffer read. |
BindReadValueMethod(Type, Expression, Int32, IProperty)
Binds a value buffer read.
public virtual System.Linq.Expressions.Expression BindReadValueMethod (Type memberType, System.Linq.Expressions.Expression expression, int index, Microsoft.EntityFrameworkCore.Metadata.IProperty property = default);
abstract member BindReadValueMethod : Type * System.Linq.Expressions.Expression * int * Microsoft.EntityFrameworkCore.Metadata.IProperty -> System.Linq.Expressions.Expression
override this.BindReadValueMethod : Type * System.Linq.Expressions.Expression * int * Microsoft.EntityFrameworkCore.Metadata.IProperty -> System.Linq.Expressions.Expression
Public Overridable Function BindReadValueMethod (memberType As Type, expression As Expression, index As Integer, Optional property As IProperty = Nothing) As Expression
Parameters
- memberType
- Type
Type of the member.
- expression
- Expression
The target expression.
- index
- Int32
A value buffer index.
- property
- IProperty
The property being bound.
Returns
A value buffer read expression.
Applies to
BindReadValueMethod(Type, Expression, Int32)
Binds a value buffer read.
public virtual System.Linq.Expressions.Expression BindReadValueMethod (Type memberType, System.Linq.Expressions.Expression expression, int index);
abstract member BindReadValueMethod : Type * System.Linq.Expressions.Expression * int -> System.Linq.Expressions.Expression
override this.BindReadValueMethod : Type * System.Linq.Expressions.Expression * int -> System.Linq.Expressions.Expression
Public Overridable Function BindReadValueMethod (memberType As Type, expression As Expression, index As Integer) As Expression
Parameters
- memberType
- Type
Type of the member.
- expression
- Expression
The target expression.
- index
- Int32
A value buffer index.
Returns
A value buffer read expression.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework