共用方式為


RelationalCommandBuilder.TypeMappingSource 屬性

定義

警告

Code trying to add parameter should add type mapped parameter using TypeMappingSource directly.

要使用的來源 RelationalTypeMapping

public virtual Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource TypeMappingSource { get; }
[System.Obsolete("Code trying to add parameter should add type mapped parameter using TypeMappingSource directly.")]
public virtual Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource TypeMappingSource { get; }
member this.TypeMappingSource : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource
[<System.Obsolete("Code trying to add parameter should add type mapped parameter using TypeMappingSource directly.")>]
member this.TypeMappingSource : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource
Public Overridable ReadOnly Property TypeMappingSource As IRelationalTypeMappingSource

屬性值

實作

屬性

適用於