dotConnect for SugarCRM Documentation
Devart.Data.Sugar Namespace / SugarLoader Class / SugarLoader Constructor / SugarLoader Constructor()

In This Topic
    SugarLoader Constructor()
    In This Topic
    Creates an SugarLoader object without Connection and with empty TableName.
    Syntax
    'Declaration
     
    Public Function New()
    public SugarLoader()
    Remarks
    To use an SugarLoader object created with this constructor you must set Connection and TableName properties.
    See Also