参考
Select Case e.DataCol.name Case "A", "B", "C" If e.DataRow.IsNull("a")=False AndAlso e.DataRow.isnull("b")=False AndAlso e.DataRow.IsNull("c")=False Then e.DataRow("d") = e.DataRow("a") & e.DataRow("b") & e.DataRow("c") End IfEnd Select