ConstructorBinding 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 ConstructorBinding 執行個體。
public ConstructorBinding (System.Reflection.ConstructorInfo constructor, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ParameterBinding> parameterBindings);
new Microsoft.EntityFrameworkCore.Metadata.ConstructorBinding : System.Reflection.ConstructorInfo * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ParameterBinding> -> Microsoft.EntityFrameworkCore.Metadata.ConstructorBinding
Public Sub New (constructor As ConstructorInfo, parameterBindings As IReadOnlyList(Of ParameterBinding))
參數
- constructor
- ConstructorInfo
要使用的建構函式。
- parameterBindings
- IReadOnlyList<ParameterBinding>
要系結的參數。