IIdentity

Allows the implementation of Identity generation.

Namespace:
Inetdev.Data
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

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)
Returns

A newly generated identity value

Parameters
Name Type Summary
model IDataModel Data model object