SPDataRetrievalProvider.UpdateAllowed property

Gets or sets a Boolean value that specifies whether to enable update query support.

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

Syntax

'Declaration
Public Property UpdateAllowed As Boolean
    Get
    Set
'Usage
Dim instance As SPDataRetrievalProvider
Dim value As Boolean

value = instance.UpdateAllowed

instance.UpdateAllowed = value
public bool UpdateAllowed { get; set; }

Property value

Type: System.Boolean
true to enable update query support; otherwise, false. The default value is false.

Remarks

The UpdateAllowed property applies to the OLEDB data-retrieval service.

See also

Reference

SPDataRetrievalProvider class

SPDataRetrievalProvider members

Microsoft.SharePoint.Administration namespace