Skip to main content

%CSP.Util.Choice

datatype class %CSP.Util.Choice extends %Library.String

ODBC Type: VARCHAR

This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Parameters

parameter CAPTIONCOLUMN;
Name of column containing the caption;
parameter P1;
Optional value for first query parameter.
parameter P2;
Optional value for second query parameter. Assumes there is a value for P1.
parameter P3;
Optional value for third query parameter. Assumes there is a value for P1 and P2.
parameter QUERYCLASS;
Full name of class containing the query.
parameter QUERYNAME;
Name of query.
parameter VALUECOLUMN;
Name of column containing the value. If not present, CAPTIONCOLUMN is used.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab