AddGetAllRequest Method
- Last UpdatedNov 06, 2025
- 1 minute read
Add a request to the batch for a GetAll() read from a specified object
'Declaration
Public Sub AddGetAllRequest( _
ByVal objectName As String _
)
'Usage
Dim instance As XMLBatchReadBuilder
Dim objectName As String
instance.AddGetAllRequest(objectName)
public void AddGetAllRequest(
string objectName
)
Parameters
- objectName
- The object name to use for this GetAll() request