ISequencer

Allows the implementation of sequencers.

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

Properties

RequiresTransaction

Indicates whether the sequencer requires a transaction.

Signature:
public Boolean RequiresTransaction { get; }

Methods

NextVal

Generates the next value of the sequence

Signature:
public Object NextVal(model)
Returns

A newly generated sequence value

Parameters
Name Type Summary
model IDataModel Data model object