DesignerDataSourceView.CanInsert 属性

定义

获取一个值,该值指示与当前 DataSourceControl 对象相关联的 DataSourceView 对象是否支持 ExecuteInsert(IDictionary) 方法。

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

属性值

如果 ExecuteInsert(IDictionary) 方法受支持,则为 true;否则为 false

适用于

另请参阅