IByteArrayRelationalTypeMapper Interface

Definition

Caution

Use IRelationalTypeMappingSource.

Determines the type mapping to use for byte array properties.

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

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

Methods

FindMapping(Boolean, Boolean, Nullable<Int32>)

Gets the mapping for a property.

Applies to