Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULConnection class

 

GetNewUUID method

UL Ext.: Generates a new UUID (System.Guid).

Syntax
Visual Basic

Public Function GetNewUUID() As Guid
C#

public Guid GetNewUUID();
Return value

A new UUID as a System.Guid.

Remarks

This method is provided here because it is not included in the .NET Compact Framework.

See also