共用方式為


EntityParameterCollection.IsSynchronized 屬性

定義

取得值,表示 EntityParameterCollection 是否同步處理。

public:
 virtual property bool IsSynchronized { bool get(); };
public override bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public Overrides ReadOnly Property IsSynchronized As Boolean

屬性值

如果 EntityParameterCollection 同步,則傳回 true,否則傳回 false

適用於