EntityQueryModelVisitor.BindMemberToValueBuffer 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.
Binds a member access to a value buffer access.
public virtual System.Linq.Expressions.Expression BindMemberToValueBuffer(System.Linq.Expressions.MemberExpression memberExpression, System.Linq.Expressions.Expression expression);
	abstract member BindMemberToValueBuffer : System.Linq.Expressions.MemberExpression * System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
override this.BindMemberToValueBuffer : System.Linq.Expressions.MemberExpression * System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
	Public Overridable Function BindMemberToValueBuffer (memberExpression As MemberExpression, expression As Expression) As Expression
	Parameters
- memberExpression
 - MemberExpression
 
The member access expression.
- expression
 - Expression
 
The target expression.
Returns
A value buffer access expression.