ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / Rebind Method / Rebind(Boolean) Method

In This Topic
    Rebind(Boolean) Method
    In This Topic
    Re-establishes the connection with the bound data source.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Rebind( _
       ByVal holdFields As Boolean _
    ) 
    public void Rebind( 
       bool holdFields
    )

    Parameters

    holdFields
    See Also