for some eason in .net when check for guid != System.Guid.Empty it doesn't care if there is a value it is empty....? Same for the SqlTypes guid
I can check the values while I'm in debug mode but the .Empty/.Null test doesn't seem to work
PHP Code:if(key != System.Data.SqlTypes.SqlGuid.Null)




Reply With Quote