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>)
已过时.

获取字符串属性的关系数据库类型。

适用于