IlsSwGetSwTable
 
IlsSwGetSwTable
Category 
Utility global function
Description 
This global function returns the instance of IlsSwTable that is attached to an instance of a data source.
Library 
<mvsw>
Header File 
#include <ilmvsw/util.h>
Definition 
IlsSwTable* IlsSwGetSwTable(IliDataSource*);
const IlsSwTable* IlsSwGetSwTable(const IliDataSource*);
IlsSwTable* IlsSwGetSwTable(IliFieldItf*);
const IlsSwTable* IlsSwGetSwTable(const IliFieldItf*);
This global utility function returns the instance of IlsSwTable associated with a data-source-aware gadget itf or data source.
This function uses IlsSwGetDs to get the data source from the data-source-aware gadget itf. It is provided so that you can find the table representation object associated with a data-source-aware gadget or a data source.
This method can return 0 if the parameters are 0 or if there is no instance of IlsSwTable associated with the data source.
Warning: This method cannot return the data source of the following data-aware gadget: IliDbGrapher, IliDbGant, IliDbTree.
See Also 
IlsSwGetDs, IlsSwTable

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.