SqlDesignerDataSourceView.CanUpdate Property

Definition

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

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

Property Value

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

Applies to

See also