BdcDataSource.ItemIDs property
Gets or sets an array of entity IDs for the rows in the data source to use in the query.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ItemIDs As Object()
Get
Set
'Usage
Dim instance As BdcDataSource
Dim value As Object()
value = instance.ItemIDs
instance.ItemIDs = value
public Object[] ItemIDs { get; set; }
Property value
Type: []
An array of Object objects.
Remarks
If the Mode property is set to Item, this property contains the IDs of the items to return. If the Mode property is set to AssociationList, this parameter contains the ID of the first item in an associated list. This item is used to obtain the associated items in the list but is not returned; however, all associated items are returned.
This property is ignored if the Mode property is set to List.