go to post Timothy Huggins · Sep 7, 2018 It is possible. You will need to override the %Get and %GetSerializedMetadata method of %SQL.CustomResultSet.It gets a bit messy but works fine.
go to post Timothy Huggins · Apr 4, 2017 You could use the %SYS.GlobalQuery NamespaceList query instead - there is a parameter to include/exclude system globals.s rs=##class(%ResultSet).%New()s rs.ClassName="%SYS.GlobalQuery"s rs.QueryName="NameSpaceList"s sc=rs.%Execute($namespace,"*",0)
go to post Timothy Huggins · Nov 22, 2016 Take a look at the Config.Namespaces class in the %SYS namespace.It looks like the CopyMaps method should do the job.
go to post Timothy Huggins · Nov 22, 2016 Take a look in the Config.Namesaces class in the %SYS namespace.It looks like the CopyMaps method should do the job.