문제

Looking through the documentation I don't see a GUID datatype. Is there a function or something to generate a random GUID? What is it?

도움이 되었습니까?

해결책

$System.Util.CreateGUID()

This doesn't return a data-type however, it's just a string. You can write your own data-type class if you need special validation or conversion between logical/display/ODBC.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top