Skip to main content

HS.Types.ComponentName

datatype class HS.Types.ComponentName extends %Library.String

ODBC Type: VARCHAR

Method Inventory

Parameters

parameter MAXLEN = 255;
The maximum number of characters a component name can have. [maxlength of a namespace name]

Methods

classmethod Normalize(%val As %Library.RawString) as %String
Truncates value %val to MAXLEN, characters.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab