EntityDesignerDataSourceView.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

适用于