Unofficial Content
  • This documentation is valid for:

 

private static void AddSDTVariable(KBModel kbModel, Procedure proc, SDT sdtobj)
{
	Variable oVariableNew = new Variable(proc.Variables);
	oVariableNew.Name = sdtobj.Name;
	oVariableNew.Type = eDBType.GX_SDT;
	Artech.Genexus.Common.Types.DataType.ParseInto(kbModel, sdtobj.Name, oVariableNew);

	proc.Variables.Add(oVariableNew);
}

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant