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



Teradata.Client.Provider Namespace > TdParameterCollection Class > IndexOf Method : IndexOf(Object) Method
Specifies a TdParameter object.
Returns the position of the specified TdParameter object in the TdParameterCollection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function IndexOf( _
   ByVal value As Object _
) As Integer
'Usage
 
Dim instance As TdParameterCollection
Dim value As Object
Dim value As Integer
 
value = instance.IndexOf(value)
public override int IndexOf( 
   object value
)
public:
int IndexOf( 
   Object^ value
) override 

Parameters

value
Specifies a TdParameter object.

Return Value

Returns the zero-based position of the TdParameter object in the collection; otherwise -1.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdParameterCollection Class
TdParameterCollection Members
Overload List
TdParameter Class