共用方式為


ITypeMapper 介面

定義

警告

Use ITypeMappingSource.

將 .NET 類型對應至其對應的提供者資料庫類型。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

public interface ITypeMapper
[System.Obsolete("Use ITypeMappingSource.")]
public interface ITypeMapper
type ITypeMapper = interface
[<System.Obsolete("Use ITypeMappingSource.")>]
type ITypeMapper = interface
Public Interface ITypeMapper
衍生
屬性

方法

IsTypeMapped(Type)
已淘汰.

取得值,指出指定的 .NET 類型是否對應。

適用於