Share via


RelationalTypeMapper.IsTypeMapped(Type) Method

Definition

Gets a value indicating whether the given .NET type is mapped.

public virtual bool IsTypeMapped (Type clrType);
abstract member IsTypeMapped : Type -> bool
override this.IsTypeMapped : Type -> bool
Public Overridable Function IsTypeMapped (clrType As Type) As Boolean

Parameters

clrType
Type

The .NET type.

Returns

True if the type can be mapped; otherwise false.

Implements

Applies to