共用方式為


RuntimeModel.IReadOnlyModel.IsShared(Type) 方法

定義

取得值,指出模型中的共用類型實體是否使用 CLR 類型。

[System.Diagnostics.DebuggerStepThrough]
bool IReadOnlyModel.IsShared (Type type);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel.IsShared : Type -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel.IsShared : Type -> bool
Function IsShared (type As Type) As Boolean Implements IReadOnlyModel.IsShared

參數

type
Type

CLR 型別。

傳回

模型中的共用類型實體是否使用 CLR 類型。

實作

屬性

適用於