ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / EntityViewSourceCollection Class / IndexOf Method

In This Topic
    IndexOf Method (EntityViewSourceCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal item As EntityViewSource _
    ) As System.Integer
    public System.int IndexOf( 
       EntityViewSource item
    )

    Parameters

    item
    See Also