UL Ext.: Generates a new UUID (System.Guid).
Visual Basic
Public Function GetNewUUID() As Guid
C#
public Guid GetNewUUID();
A new UUID as a System.Guid.
This method is provided here because it is not included in the .NET Compact Framework.
ULException class - A SQL error occurred.