Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%ZEN.Datatype.list

datatype class %ZEN.Datatype.list extends %ZEN.Datatype.datatype

ODBC Type: VARCHAR

This is a specialized datatype. On the server this represents a set of items as a piece-delimited string. On the client this is converted to a JavaScript array.

Parameters

parameter DELIMITER;
Delimiter character used for server-side representation. Default is $C(5).
parameter MAXLEN;
Inherited description: The maximum number of characters the string can contain.
parameter XMLPROJECTION = attribute;

Inherited Members

Inherited Methods

FeedbackOpens in a new tab