次の方法で共有


IStringRelationalTypeMapper インターフェイス

定義

注意事項

Use IRelationalTypeMappingSource.

文字列プロパティ型を対応するリレーショナル データベース型にマップします。

この型は、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

public interface IStringRelationalTypeMapper
[System.Obsolete("Use IRelationalTypeMappingSource.")]
public interface IStringRelationalTypeMapper
type IStringRelationalTypeMapper = interface
[<System.Obsolete("Use IRelationalTypeMappingSource.")>]
type IStringRelationalTypeMapper = interface
Public Interface IStringRelationalTypeMapper
派生
属性

メソッド

FindMapping(Boolean, Boolean, Nullable<Int32>)
古い.

文字列プロパティのリレーショナル データベースの種類を取得します。

適用対象