IlsSwGetRepresentationFromDs
 
IlsSwGetRepresentationFromDs
Category 
Global function
Environment 
Server/Views component
Description 
This global function returns the representation, if any, associated with the data source.
The function returns null if the data source is not a Server data source.
Synopsis 
IlsRepresentation IlsSwGetRepresentationFromDs
(IlvSwMemoryDataSource ds)
Example 
var ds = ...;
var rep = IlsSwGetRepresentationFromDs(ds);
See Also 
IlsSwGetRepresentation, IlsRepresentation (Script classes)

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