ComponentOne DataObjects for .NET
Insert Method (FilterConditions)

C1.Data.2 Assembly > C1.Data Namespace > FilterConditions Class : Insert Method
The zero-based index at which object should be inserted.
The object to insert.
Inserts an element into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal obj As FilterCondition _
) 
public void Insert( 
   System.int index,
   FilterCondition obj
)

Parameters

index
The zero-based index at which object should be inserted.
obj
The object to insert.
See Also

Reference

FilterConditions Class
FilterConditions Members