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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULConnection 类

 

GetNewUUID 方法

UL Ext.: 生成一个新的 UUID (System.Guid)。

语法
Visual Basic
Public Function GetNewUUID() As Guid
C#
public Guid GetNewUUID();
返回值

System.Guid 形式的新 UUID。

注释

这里提供此方法是因为 .NET Compact Framework 中未包括它。

另请参见