Ejemplo n.º 1
0
        protected override void Execute()
        {
            var findField = Fields.FindField(AttributeName.Trim());

            if (findField < 0)
            {
                throw new ArgumentException(AttributeName + " ");
            }

            Result = Row.Value[findField];
        }