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)
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.