以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 这个句子应该怎么写? 我想是判断如果 yishou列不为空 的情况 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=73600) |
-- 作者:jinzhengbe -- 发布时间:2015/8/22 15:08:00 -- 这个句子应该怎么写? 我想是判断如果 yishou列不为空 的情况 Else If e.DataRow.IsNotnul("yishou") Then
这个句子应该怎么写? 我想是判断如果 yishou列不为空 的情况 |
-- 作者:有点蓝 -- 发布时间:2015/8/22 15:15:00 -- If e.DataRow.IsNull("yishou")=False then end if
|