| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class AutoNumberItems Inherits List(Of AutoNumberItem) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class AutoNumberItems : List<AutoNumberItem> | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class AutoNumberItems : public List<AutoNumberItem> | |
| C++/CLI | |
|---|---|
public ref class AutoNumberItems sealed : public List<AutoNumberItem> | |
This class contains the attributes of the persistent object and of the properties marked as autonumbers.
It is required by some storages to do the autonumber processing. The class contains all items
to do the autonumber processing, such as all FieldAttributes
and the PersistentAttribute of the persistent class.
System.Object
System.Collections.Generic.List<AutoNumberItem>
Chili.Opf3.Query.AutoNumberItems
Requirements
Namespace: Chili.Opf3.Query
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Chili.Opf3 (in Chili.Opf3.dll)