Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

EnsLib.RecordMap.Model.DataType.Boolean

datatype class EnsLib.RecordMap.Model.DataType.Boolean extends %Library.Boolean

ODBC Type: BIT

Force values of 0 and 1 for boolean values instead of "true" and "false".

Method Inventory

Methods

classmethod LogicalToXSD(%val As %Boolean) as %String
Converts the Cache %Boolean value to the canonical SOAP encoded value.
classmethod XSDToLogical(%val As %String) as %Boolean
Converts the SOAP encoded input value, which is true, false 1 or 0, into a Cache %Boolean value.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab