Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Apex
Database
QueryLocatorIterator
C# Class Apex.Database.QueryLocatorIterator
Mostra file
Open project: jayonsoftware/apexsharp
Public Methods
Method
Description
clone
( ) :
object
hasNext
( ) :
bool
next
( ) :
SObject
Method Details
clone()
public
method
public
clone
( ) :
object
return
object
hasNext()
public
method
public
hasNext
( ) :
bool
return
bool
next()
public
method
public
next
( ) :
SObject
return
SObject