SqlDesignerDataSourceView.CanUpdate Propriedade
Definição
Obtém um valor que indica se o objeto DataSourceView associado ao objeto DataSourceControl atual dá suporte ao método ExecuteUpdate(IDictionary, IDictionary, IDictionary).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
Valor da propriedade
true Se o ExecuteUpdate(IDictionary, IDictionary, IDictionary) método tiver suporte; caso contrário, false .true if the ExecuteUpdate(IDictionary, IDictionary, IDictionary) method is supported; otherwise, false.