class %Collection.MV.ArrayOfDT
extends %Collection.ArrayOfDT
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
3
|
|
|
|
|
classmethod LogicalToOdbc(val As %String = "")
as %String
Converts the serial state of this list object to a delimited string
using "," as a delimiter.
classmethod OdbcToLogical(val As %String = "")
as %String
Converts the value of an incoming delimited string to a serialized state
using "," as a delimiter.
method Serialize()
as %String
Serialize() constructs a serialized form of the collection as a string