共用方式為


LinqDataSourceView.CanInsert 屬性

定義

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

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

屬性值

Boolean

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

備註

CanInsert true 如果 EnableInsert 屬性設定為,則屬性會傳回 true 。 但是,如果相關聯的資料屬性未設定或未正確設定,插入作業仍可能失敗。

適用於

另請參閱