开发者

First Value in UniqueIdentifier SqlDbType

开发者 https://www.devze.com 2023-02-23 06:40 出处:网络
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 reco

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'

0

精彩评论

暂无评论...
验证码 换一张
取 消