First Value in UniqueIdentifier SqlDbType
I need the first number in uniqueidentifier sqldbtype of one of my table. I should hard-code it in my application 开发者_JS百科since that one is specifial with other records and I do not want to recognize it by its name but rather it's ID. Any Help?
Change it to '00000000-0000-0000-0000-000000000000'
精彩评论