Share via


SPDataSourceView.CanInsert property

Gets a Boolean value that indicates whether the insert operation is supported for the current view.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property CanInsert As Boolean
    Get
'Usage
Dim instance As SPDataSourceView
Dim value As Boolean

value = instance.CanInsert
public override bool CanInsert { get; }

Property value

Type: System.Boolean
true if the operation is supported; otherwise, false.

Remarks

The implementation of the CanInsert property in the SPDataSourceView class always returns true.

See also

Reference

SPDataSourceView class

SPDataSourceView members

Microsoft.SharePoint.WebControls namespace