←Select platform

AutoNumber Property

Summary

Gets or sets the auto number.

Syntax

C#
C++/CLI
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public int AutoNumber { get; set; } 
public:  
   [DebuggerNonUserCodeAttribute,  
   GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", L"17.0.0.0")] 
   property Int32 AutoNumber 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The auto number.

Remarks

This property value is an automatically incremented numeric counter.

It is used to create an identity column which uniquely identifies each record of a table.

Only one AutoNumber is allowed in each table.

Requirements

Target Platforms

See Also

VerifyingObserverSequenceRow Class

VerifyingObserverSequenceRow Members

Leadtools.Medical.Storage.DataAccessLayer Namespace

Help Version 23.0.2024.5.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.