DesignerDataSourceView.CanInsert Property

Definition

Gets a value indicating whether the DataSourceView object that is associated with the current DataSourceControl object supports the ExecuteInsert(IDictionary) method.

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

Property Value

true if the ExecuteInsert(IDictionary) method is supported; otherwise, false.

Applies to

See also