Send feedback on this topic.
Teradata.Client.Provider
Contains(String) Method



Teradata.Client.Provider Namespace > TdParameterCollection Class > Contains Method : Contains(String) Method
Specifies the parameter name
Determines whether a TdParameter object with the specified parameter name exists in the TdParameterCollection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function Contains( _
   ByVal parameterName As String _
) As Boolean
'Usage
 
Dim instance As TdParameterCollection
Dim parameterName As String
Dim value As Boolean
 
value = instance.Contains(parameterName)
public override bool Contains( 
   string parameterName
)
public:
bool Contains( 
   String^ parameterName
) override 

Parameters

parameterName
Specifies the parameter name

Return Value

Returns true if a TdParameter object with the specified parameterName is found in the TdParameterCollection; otherwise false.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdParameterCollection Class
TdParameterCollection Members
Overload List
TdParameter Class