SqlDesignerDataSourceView.CanDelete Propriedade
Definição
Obtém um valor que indica se o objeto DataSourceView associado ao objeto DataSourceControl atual dá suporte ao método ExecuteDelete(IDictionary, IDictionary).Gets a value indicating whether the DataSourceView object that is associated with the current DataSourceControl object supports the ExecuteDelete(IDictionary, IDictionary) method.
public:
virtual property bool CanDelete { bool get(); };
public override bool CanDelete { get; }
member this.CanDelete : bool
Public Overrides ReadOnly Property CanDelete As Boolean
Valor da propriedade
true Se o ExecuteDelete(IDictionary, IDictionary) método tiver suporte; caso contrário, false .true if the ExecuteDelete(IDictionary, IDictionary) method is supported; otherwise, false.