dotConnect for SugarCRM Documentation
Devart.Data.Sugar Namespace / SugarLoader Class / Connection Property

In This Topic
Connection Property (SugarLoader)
In This Topic
Gets or sets the SugarConnection used by this instance of the SugarLoader.
Syntax
'Declaration
 
Public Shadows Property Connection As SugarConnection
 

Property Value

The connection to a data source. The default value is a null reference.
Remarks
SugarLoader instance uses SugarConnection during loading and for populating columns collection when the Devart.Data.SqlShimLoader.CreateColumns method is called. For these operations SugarLoader requires open connection.
See Also