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

適用於