True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / Rebind Method / Rebind(Boolean) Method
True to preserves current column layout. False retrieves the schema from the datasource.

In This Topic
    Rebind(Boolean) Method
    In This Topic
    Reinitializes grid with data from its data source.
    Syntax
    'Declaration
     
    Public Overloads Sub Rebind( _
       ByVal holdFields As System.Boolean _
    ) 
    public void Rebind( 
       System.bool holdFields
    )

    Parameters

    holdFields
    True to preserves current column layout. False retrieves the schema from the datasource.
    See Also