XmlUrlDataSource.SelectParameters Property
Gets the parameters of the select command.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property SelectParameters As ParameterCollection
Get
'Usage
Dim instance As XmlUrlDataSource
Dim value As ParameterCollection
value = instance.SelectParameters
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ParameterCollection SelectParameters { get; }
Property Value
Type: System.Web.UI.WebControls.ParameterCollection
A ParameterCollection object representing the parameters to be sent with the select command.