IlsSwGetTableFromDs
 
IlsSwGetTableFromDs
Category 
Global function
Environment 
Server/Views component
Description 
This global function returns the table, if any, associated with the data source. The function returns null if the data source is not a Server data source.
Synopsis 
IlsSwTable IlsSwGetTableFromDs(IlvSwMemoryDataSource ds)
Example 
var ds = ...
var table = IlsSwGetTableFromDs(ds);
See Also 
IlsSwGetTable (Script class)

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