SPListItemCollection.BeginLoadData Method
Prevents updates, additions, and other operations on the collection while loading data.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub BeginLoadData
'Usage
Dim instance As SPListItemCollection
instance.BeginLoadData()
public void BeginLoadData()
Remarks
Use the BeginLoadData method in conjunction with the EndLoadData() method.