Share via


BdcDataSource.SelectParameters property

Gets a collection of query parameters.

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

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property SelectParameters As ParameterCollection
    Get
'Usage
Dim instance As BdcDataSource
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.

See also

Reference

BdcDataSource class

BdcDataSource members

Microsoft.SharePoint.WebControls namespace