dotConnect for Oracle Documentation
Devart.Common Namespace / DbLoaderColumnCollection Class / Contains Method / Contains(String) Method
The name of the column to find.

In This Topic
Contains(String) Method
In This Topic
Gets a value indicating whether a DbLoaderColumn object with the specified name exists in the collection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal name As String _
) As Boolean
 

Parameters

name
The name of the column to find.

Return Value

true if the collection contains the DbLoaderColumn; otherwise, false.
See Also