XmlUrlDataSource.InsertParameters property

Gets the parameters of the insert command.

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

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property InsertParameters As ParameterCollection
    Get
'Usage
Dim instance As XmlUrlDataSource
Dim value As ParameterCollection

value = instance.InsertParameters
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ParameterCollection InsertParameters { get; }

Property value

Type: System.Web.UI.WebControls.ParameterCollection
A ParameterCollection object representing the parameters to be sent with the insert command.

See also

Reference

XmlUrlDataSource class

XmlUrlDataSource members

Microsoft.SharePoint.WebControls namespace