コード例 #1
0
 protected override void Execute(CodeActivityContext context)
 {
     this.Output.Set(context, SAPGui.RowsCountBasedOnEmptyField(this.Id.Get(context), (this.GuiTableControl.Get(context) as sapfewse.GuiTableControl), this.Session.Get(context), this.Id.Get(context), this.SAPColumnName.Get(context)));
 }