| |
|
|
jmoviedo
: On
November 26, 2008 10:53 PM
said:
|
I have a question (I'm VB.Net guy), in the SQLCatalogRespository class, what does this line means?: ParentID = c.ParentID ?? 0 The question is what is "??" for? Thanks
|
|
|
|
jbaird-pa
: On
November 27, 2008 4:15 PM
said:
|
Imoviedo: The ?? is equivalent to an ISNULL. Therefore if c.ParentId is null return 0.
|
|
|
|
padcom
: On
February 04, 2009 2:28 PM
said:
|
Hi, that thing with new Product in LINQ and the mapping the LINQ result to a self-defined class really rocks! I didn't know you can do that :D
|
|
Leave a Comment
You must be logged in to leave a comment.
Click here to log in.