The autoincrementing value assigned to the last inserted record (where applicable). Only set if ReturnAutoIncrementValue is set to true

Namespace:  DbNetLink.Data
Assembly:  DbNetLink.DbNetData (in DbNetLink.DbNetData.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public long Identity
Visual Basic (Declaration)
Public Identity As Long
Visual C++
public:
long long Identity

See Also