Represents the uniqueidentifier data type.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public sealed class UniqueIdentifier : DataType
Visual Basic (Declaration)
Public NotInheritable Class UniqueIdentifier _
	Inherits DataType
Visual C++
public ref class UniqueIdentifier sealed : public DataType

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.DataModel.MsSql..::.DataType
    PerpetuumSoft.DataModel.MsSql..::.DataType..::.UniqueIdentifier

See Also