GuidIdentity

GuidIdentity generates a Guid identity field data.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object
Implements:
Inetdev.Data.IIdentity

Constructors

GuidIdentity

Default constructor

Signature:
public Void GuidIdentity()

Properties

RequiresTransaction

Indicates whether the identity generator requires a transaction.

Signature:
public Boolean RequiresTransaction { get; }

Methods

Generate

Generates the identity value

Signature:
public Object Generate(model)
Parameters
Name Type Summary
model IDataModel