PropertyParameterBinding(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 PropertyParameterBinding instance for the given IProperty.
public PropertyParameterBinding(Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.PropertyParameterBinding : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.PropertyParameterBinding
Public Sub New (property As IProperty)
Parameters
- property
- IProperty
The property to bind.