ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / Fill Method / Fill(Boolean,Boolean) Method
Indicates whether foreign key lookup tables should be re-fetched.
Indicates whether data should be fetched even it has been fetched before by fetch requests from another views.

In This Topic
    Fill(Boolean,Boolean) Method
    In This Topic
    Re-fetch data represented by this C1DataView from database server, optionally refetching a data for foreign key lookup tables.
    Syntax
    'Declaration
     
    Public Overloads Sub Fill( _
       ByVal includingLookupTables As System.Boolean, _
       ByVal forceFetch As System.Boolean _
    ) 
    public void Fill( 
       System.bool includingLookupTables,
       System.bool forceFetch
    )

    Parameters

    includingLookupTables
    Indicates whether foreign key lookup tables should be re-fetched.
    forceFetch
    Indicates whether data should be fetched even it has been fetched before by fetch requests from another views.
    See Also