共用方式為


RelationalTypeMapper.IsTypeMapped(Type) 方法

定義

取得值,指出指定的 .NET 類型是否對應。

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

參數

clrType
Type

.NET 類型。

傳回

如果類型可以對應,則為 True;否則為 false。

實作

適用於