ObjectDesignerDataSourceView::CanUpdate Property
.NET Framework (current version)
Gets a value that indicates whether the associated data source control as it is currently configured can perform an Update operation.
Assembly: System.Design (in System.Design.dll)
Property Value
Type: System::Booleantrue if the associated ObjectDataSource can perform an Update operation; otherwise, false.
The CanUpdate property returns true if the UpdateMethod property of the associated ObjectDataSource control contains a value other than the empty string ("").
.NET Framework
Available since 2.0
Available since 2.0
Show: