'Declaration Public Overloads Function Contains( _ ByVal value As DbLoaderColumn _ ) As Boolean
public bool Contains( DbLoaderColumn value )
Parameters
- value
- The value of the DbLoaderColumn object to find.
Return Value
true if the collection contains the DbLoaderColumn; otherwise, false.