Windward Engine API Reference
batchSize Property
See Also  Send comments on this topic.
WindwardReportsDrivers.SalesForce Namespace > QueryOptions Class : batchSize Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Property batchSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As QueryOptions
Dim value As Integer
 
instance.batchSize = value
 
value = instance.batchSize
C# 
public int batchSize {get; set;}
Managed Extensions for C++ 
public: __property int get_batchSize();
public: __property void set_batchSize( 
   int value
);
C++/CLI 
public:
property int batchSize {
   int get();
   void set (    int value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.