ObjectDesignerDataSourceView::CanInsert Property
.NET Framework (current version)
Gets a value that indicates whether the associated data source control as it is currently configured can perform an Insert operation.
Assembly: System.Design (in System.Design.dll)
Property Value
Type: System::Booleantrue if the associated ObjectDataSource can perform an Insert operation; otherwise, false.
The CanInsert property returns true if the InsertMethod 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: