BusinessDataParameter Class

Initialization parameter for the operator of a BdcDataSource query.

Inheritance Hierarchy

System.Object
  System.Web.UI.WebControls.Parameter
    Microsoft.SharePoint.WebControls.BusinessDataParameter

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class BusinessDataParameter _
    Inherits Parameter
'Usage
Dim instance As BusinessDataParameter
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class BusinessDataParameter : Parameter

Remarks

To use the BusinessDataParameter class, add one or more instances to the SelectParameters property of the BdcDataSource class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BusinessDataParameter Members

Microsoft.SharePoint.WebControls Namespace