Data for Silverlight
IndexOf(String) Method

C1.Silverlight.Data Namespace > DataColumnList Class > IndexOf Method : IndexOf(String) Method
Name of the item to search.
Gets the index of an item in the list.
Syntax
'Declaration
 
Public Overloads Overrides Function IndexOf( _
   ByVal name As String _
) As Integer
public override int IndexOf( 
   string name
)

Parameters

name
Name of the item to search.

Return Value

The index of the item in the list, or -1 if the item could not be found.
Remarks
Searches by the ColumnEscapedName as well.
See Also

Reference

DataColumnList Class
DataColumnList Members
Overload List