Carso Leong's Blog
Sometimes, we want to program somethings that talk, learn and express...
Wednesday, June 6, 2007
Short hand using if else for ADO.NET
SqlCeCommand command = new SqlCeCommand(queryString, connection);
command.Connection.Open();
ccommand.Parameters.Add("@AddressID", (object)AddressID?? DBNull.Value );
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment