IStringRelationalTypeMapper Interface

Definition

Caution

Use IRelationalTypeMappingSource.

Maps string property types to their corresponding relational database types.

This type is typically used by database providers (and other extensions). It is generally not used in application code.

public interface IStringRelationalTypeMapper
[System.Obsolete("Use IRelationalTypeMappingSource.")]
public interface IStringRelationalTypeMapper
type IStringRelationalTypeMapper = interface
[<System.Obsolete("Use IRelationalTypeMappingSource.")>]
type IStringRelationalTypeMapper = interface
Public Interface IStringRelationalTypeMapper
Derived
Attributes

Methods

FindMapping(Boolean, Boolean, Nullable<Int32>)

Gets the relational database type for a string property.

Applies to