Gets a value indicating whether a
DbLoaderColumn object with the specified name exists in the collection.
'Declaration
Public Overloads Function Contains( _
ByVal As String _
) As Boolean
Parameters
- name
- The name of the column to find.
Return Value
true if the collection contains the
DbLoaderColumn; otherwise,
false.