ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewSet Class / Fill Method / Fill(Boolean) Method
Indicates whether foreign key lookup tables should be re-fetched.

In This Topic
    Fill(Boolean) Method
    In This Topic
    Re-fetch data represented by constituting C1DataView objects from database server.
    Syntax
    'Declaration
     
    Public Overloads Sub Fill( _
       ByVal includingLookupTables As System.Boolean _
    ) 
    public void Fill( 
       System.bool includingLookupTables
    )

    Parameters

    includingLookupTables
    Indicates whether foreign key lookup tables should be re-fetched.
    Remarks
    This method calls the C1DataView.Fill method for each constituent C1DataView passing includingLookupTables as a parameter value.
    See Also