Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.GetIdentityFieldDetails

Syntax

String GetIdentityFieldDetails(out long Seed, out long Increment)

Parameters

  • Seed [out] seed value
  • Increment [out] increment value

Description

Returns the name, seed, and increment values of the Identity field.

Return

Field name, seed, and increment of the identity field.

See Also

GetIdentityField(), GetLastIdentity(), SetIdentityField()

TOCIndex