ObjectArrayParameterBinding(IReadOnlyList<ParameterBinding>) 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 ObjectArrayParameterBinding taking all the given ParameterBinding instances and combining them into one binding that will initialize an array of Object.
public ObjectArrayParameterBinding (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ParameterBinding> bindings);
new Microsoft.EntityFrameworkCore.Metadata.ObjectArrayParameterBinding : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ParameterBinding> -> Microsoft.EntityFrameworkCore.Metadata.ObjectArrayParameterBinding
Public Sub New (bindings As IReadOnlyList(Of ParameterBinding))
Parameters
- bindings
- IReadOnlyList<ParameterBinding>
The binding to combine.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework