반응형 DataRow1 DataTable에서 유용하게 사용 되는 것들 DB저장시 널인지 체크 row["aaaa"] == DBNull.Value ? null : ((DateTime)row["aaaa"]).ToString("yyyyMMdd") -------------------------------------------------------------------------------------- 최대값 구하기DataTable의 int형 컬럼에 null 입력하기 ds.Tables[0].Columns["COLNM"].AllowDBNull = true; //안해도 될 것 같은데 혹시 몰라서 DataRow newRow; newRow["COLNM"] = A == B ? 123 : DBNull.Value; ---------------------------------------------.. 2015. 8. 26. 이전 1 다음 반응형