Active Query Builder 2 .NET Edition reference
Insert Method (SQLQualifiedNameList)



The zero-based index at which new SQL qualified name should be inserted.
The SQL qualified name to be inserted to the list at the specified index.
Inserts SQL qualified name to the list at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal obj As SQLQualifiedName _
) 
'Usage
 
Dim instance As SQLQualifiedNameList
Dim index As System.Integer
Dim obj As SQLQualifiedName
 
instance.Insert(index, obj)
public void Insert( 
   System.int index,
   SQLQualifiedName obj
)
public: void Insert( 
   System.int index,
   SQLQualifiedName* obj
) 

Parameters

index
The zero-based index at which new SQL qualified name should be inserted.
obj
The SQL qualified name to be inserted to the list at the specified index.
See Also

Reference

SQLQualifiedNameList Class
SQLQualifiedNameList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback