Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%BI.ClassMethodPropList

class %BI.ClassMethodPropList

Method Inventory

Methods

classmethod MethodListClose(QHandle As %Binary) as %Status
classmethod MethodListExecute(ByRef QHandle As %Binary, classname As %String, kind As %String) as %Status
classmethod MethodListFetch(ByRef QHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod PropListClose(QHandle As %Binary) as %Status
classmethod PropListExecute(ByRef QHandle As %Binary, classname As %String, kind As %String) as %Status
classmethod PropListFetch(ByRef QHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status

Queries

query MethodList(classname As %String)
Selects Name
query PropList(classname As %String)
Selects Name
FeedbackOpens in a new tab