ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / SetDataBinding Method / SetDataBinding(Object,String) Method
The new data source object.
The table to bind to within the data source object.

In This Topic
    SetDataBinding(Object,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetDataBinding( _
       ByVal dataSource As Object, _
       ByVal dataMember As String _
    ) 
    public void SetDataBinding( 
       object dataSource,
       string dataMember
    )

    Parameters

    dataSource
    The new data source object.
    dataMember
    The table to bind to within the data source object.
    See Also