EntityParameterCollection.IsReadOnly 屬性

定義

會得到一個值,表示 是否 EntityParameterCollection 為唯讀。

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

屬性值

若 為EntityParameterCollection唯讀則回傳true;否則 false

適用於