PropertyParameterExpression(String, IProperty) Constructor
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.
Creates a new instance of a PropertyParameterExpression.
public PropertyParameterExpression(string name, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Query.Expressions.PropertyParameterExpression : string * Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Query.Expressions.PropertyParameterExpression
Public Sub New (name As String, property As IProperty)
Parameters
- name
- String
The parameter name.
- property
- IProperty
The property to access.