'Declaration Public Overloads Function IndexOf( _ ByVal value As DbLoaderColumn _ ) As Integer
public int IndexOf( DbLoaderColumn value )
Parameters
- value
- The DbLoaderColumn object to find.
Return Value
The zero-based location of the DbLoaderColumn in the collection.