Share via


ITypeMapper.IsTypeMapped(Type) Method

Definition

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

public bool IsTypeMapped (Type clrType);
abstract member IsTypeMapped : Type -> bool
Public Function IsTypeMapped (clrType As Type) As Boolean

Parameters

clrType
Type

The .NET type.

Returns

True if the type can be mapped; otherwise false.

Applies to