ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewColumn Class / FillLookupTable Method / FillLookupTable(Boolean) Method

In This Topic
    FillLookupTable(Boolean) Method
    In This Topic
    Re-fetches a foreign key lookup DataTable of this C1ViewColumn.
    Syntax
    'Declaration
     
    Public Overloads Sub FillLookupTable( _
       ByVal forceFetch As System.Boolean _
    ) 
    public void FillLookupTable( 
       System.bool forceFetch
    )

    Parameters

    forceFetch
    Remarks
    This method has an effect only if the column represents a foreign key DataColumn and its ColumnStyleBase.ItemListType property is assigned with ItemListTypeEnum.ForeignKey value.

    See the Data Fetching topic for details.

    See Also