Chili.Opf3 Send comments on this topic.
AutoNumberItems Constructor
See Also 
Chili.Opf3.Query Namespace > AutoNumberItems Class : AutoNumberItems Constructor




persistentAttribute
The PersistentAttribute of the persistent object that is inserted.
Creates a new instance of the AutoNumberItems Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal persistentAttribute As PersistentAttribute _
)
Visual Basic (Usage)Copy Code
Dim persistentAttribute As PersistentAttribute
 
Dim instance As AutoNumberItems(persistentAttribute)
C# 
public AutoNumberItems( 
   PersistentAttribute persistentAttribute
)
Managed Extensions for C++ 
public: AutoNumberItems( 
   PersistentAttribute* persistentAttribute
)
C++/CLI 
public:
AutoNumberItems( 
   PersistentAttribute^ persistentAttribute
)

Parameters

persistentAttribute
The PersistentAttribute of the persistent object that is inserted.

Exceptions

ExceptionDescription
ArgumentNullExceptionPersistentAttribute is null.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also