Active Query Builder 2 .NET Edition reference
Item Property (SQLQualifiedNameList)



The zero-based index of the SQL qualified name to be get or set.
Gets or sets the SQL qualified name in the list at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As SQLQualifiedName
'Usage
 
Dim instance As SQLQualifiedNameList
Dim index As System.Integer
Dim value As SQLQualifiedName
 
instance.Item(index) = value
 
value = instance.Item(index)
public SQLQualifiedName this[ 
   System.int index
]; {get; set;}
public: __property SQLQualifiedName* get_Item   System.int index
;
public: __property void set_Item   System.int index,
   SQLQualifiedName* value
;

Parameters

index
The zero-based index of the SQL qualified name to be get or set.

Property Value

The SQL qualified name at the specified index.
See Also

Reference

SQLQualifiedNameList Class
SQLQualifiedNameList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback