Share via


PropertyParameterBinding(IProperty) Constructor

Definition

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.

Applies to