ObjectDesignerDataSourceView.CanInsert Property
.NET Framework 3.0
Gets a value that indicates whether the associated data source control as it is currently configured can perform an Insert operation.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public boolean get_CanInsert ()
public override function get CanInsert () : boolean
Not applicable.
Property Value
true 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 ("").
Community Additions
ADD
Show: