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

プロパティ値

trueが同期されている場合はEntityParameterCollectionを返します。それ以外の場合はfalse

適用対象