Share via


EntityDataSourceView.CanInsert 屬性

定義

取得值,表示與目前 EntityDataSourceView 控制項相關聯的 EntityDataSource 物件是否支援插入作業。

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

屬性值

如果支援該作業則為 true,否則為 false

適用於