C# | ASP.NET/C#
C# SqlDataReader NULL 검사
bboks.net
2010. 4. 1. 19:34
SqlDataReader reader = SqlCommand.ExecuteReader(); reader.IsDbNull(column_index)