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



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

Parameters

index
See Also

Reference

SortedColumnList Class
SortedColumnList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback