dotConnect for Mailchimp Documentation
Devart.Common Namespace / DbLoader Class / Close Method / Close(Boolean) Method

In This Topic
Close(Boolean) Method
In This Topic
Closes loading session and flushes remaining rows to the table.
Syntax
'Declaration
 
Public Overloads MustOverride Sub Close( _
   ByVal sendData As Boolean _
) 
 

Parameters

sendData
Remarks
You must call Close() method after finishing of loading session. If rows exist in the loader internal buffer, they will be flushed to the table.
See Also