ComponentOne DataObjects for .NET
Item Property (FilterConditions)

C1.Data.2 Assembly > C1.Data Namespace > FilterConditions Class : Item Property
Gets the element of the collection at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As FilterCondition
public FilterCondition this[ 
   System.int index
]; {get;}

Parameters

index
See Also

Reference

FilterConditions Class
FilterConditions Members