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



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

Parameters

value
Specifies a TdParameter object.

Return Value

true if value is found in the TdParameterCollection.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdParameterCollection Class
TdParameterCollection Members
Overload List