DefaultValueBinding(Type) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 DefaultValueBinding 執行個體。
public DefaultValueBinding (Type runtimeType);
new Microsoft.EntityFrameworkCore.Metadata.DefaultValueBinding : Type -> Microsoft.EntityFrameworkCore.Metadata.DefaultValueBinding
Public Sub New (runtimeType As Type)
參數
- runtimeType
- Type
Factory 方法所建立之實例的 CLR 類型。