Intersoft WebGrid Documentation
PerformBatchUpdate(Boolean) Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class > PerformBatchUpdate Method : PerformBatchUpdate(Boolean) Method






throwExceptionOnError

Syntax

Visual Basic (Declaration) 
Public Overloads Function PerformBatchUpdate( _
   ByVal throwExceptionOnError As Boolean _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim throwExceptionOnError As Boolean
Dim value As Boolean
 
value = instance.PerformBatchUpdate(throwExceptionOnError)
C# 
public bool PerformBatchUpdate( 
   bool throwExceptionOnError
)
Delphi 
public function PerformBatchUpdate( 
    throwExceptionOnError: Boolean
): Boolean; 
JScript 
public function PerformBatchUpdate( 
   throwExceptionOnError : boolean
) : boolean;
Managed Extensions for C++ 
public: bool PerformBatchUpdate( 
   bool throwExceptionOnError
) 
C++/CLI 
public:
bool PerformBatchUpdate( 
   bool throwExceptionOnError
) 

Parameters

throwExceptionOnError

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.