Skip to main content

%Collection.MV.ArrayOfDT

Class %Collection.MV.ArrayOfDT Extends %Collection.ArrayOfDT [ System = 2 ]

Methods

LogicalToOdbc

ClassMethod LogicalToOdbc(val As %String = "") As %String [ CodeMode = expression ]

Converts the serial state of this list object to a delimited string using "," as a delimiter.

OdbcToLogical

ClassMethod OdbcToLogical(val As %String = "") As %String [ CodeMode = expression ]

Converts the value of an incoming delimited string to a serialized state using "," as a delimiter.

Serialize

Method Serialize(force As %Integer = 0) As %String(MAXLEN="")

Serialize() constructs a serialized form of the collection as a string

DeSerialize

Method DeSerialize(serialized As %String(MAXLEN="")) As %Status