DesignerDataSourceView.CanUpdate Egenskap

Definition

Hämtar ett värde som anger om objektet DataSourceView som är associerat med det aktuella DataSourceControl objektet stöder ExecuteUpdate(IDictionary, IDictionary, IDictionary) metoden.

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

Egenskapsvärde

true ExecuteUpdate(IDictionary, IDictionary, IDictionary) om metoden stöds, annars false.

Gäller för

Se även