C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace > C1DataView Class > Fill Method : Fill(Boolean) Method |
'Declaration Public Overloads Sub Fill( _ ByVal includingLookupTables As System.Boolean _ )
public void Fill( System.bool includingLookupTables )
The includingLookupTables indicates whether foreign key lookup tables of this C1DataView should be re-fetched. It has an effect only for view columns that represents a foreign key DataColumn and has the ColumnStyle.ItemListType property set to ItemListTypeEnum.ForeignKey. See the Data Fetching topic for details.