Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.SetIdentityField

Syntax

void SetIdentityField(String FieldName, long Seed, long Increment)

Parameters

  • FieldName [in] The identity field
  • Seed [in] The starting value
  • Increment [in] The increment

Description

Sets a field to be an identity field starting with Seed value and incrementing by Increment.

Return

None.

See Also

GetIdentityField(), GetIdentityFieldDetails(), GetLastIdentity()

TOCIndex