次の方法で共有


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 型がマップされているかどうかを示す値を取得します。

適用対象