Intersoft WebGrid Documentation
PerformAutomaticAggregation Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class : PerformAutomaticAggregation Method






command
autoCloseConnection

Syntax

Visual Basic (Declaration) 
Public Sub PerformAutomaticAggregation( _
   ByVal command As DbCommand, _
   ByVal autoCloseConnection As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim command As DbCommand
Dim autoCloseConnection As Boolean
 
instance.PerformAutomaticAggregation(command, autoCloseConnection)
C# 
public void PerformAutomaticAggregation( 
   DbCommand command,
   bool autoCloseConnection
)
Delphi 
public procedure PerformAutomaticAggregation( 
    command: DbCommand;
    autoCloseConnection: Boolean
); 
JScript 
public function PerformAutomaticAggregation( 
   command : DbCommand,
   autoCloseConnection : boolean
);
Managed Extensions for C++ 
public: void PerformAutomaticAggregation( 
   DbCommand* command,
   bool autoCloseConnection
) 
C++/CLI 
public:
void PerformAutomaticAggregation( 
   DbCommand^ command,
   bool autoCloseConnection
) 

Parameters

command
autoCloseConnection

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.