Share via


ParameterBinding(Type, IPropertyBase[]) Constructor

Definition

Creates a new ParameterBinding instance.

protected ParameterBinding (Type parameterType, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] consumedProperties);
protected ParameterBinding (Type parameterType, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]? consumedProperties);
new Microsoft.EntityFrameworkCore.Metadata.ParameterBinding : Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Protected Sub New (parameterType As Type, ParamArray consumedProperties As IPropertyBase())

Parameters

parameterType
Type

The parameter CLR type.

consumedProperties
IPropertyBase[]

The properties that are handled by this binding and so do not need to be set in some other way.

Applies to