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



Gets the element at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As OutputColumn
'Usage
 
Dim instance As OutputColumnList
Dim index As System.Integer
Dim value As OutputColumn
 
value = instance.Item(index)
public OutputColumn this[ 
   System.int index
]; {get;}
public: __property OutputColumn* get_Item   System.int index
;

Parameters

index
See Also

Reference

OutputColumnList Class
OutputColumnList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback