DbDataSource.IndexOf Method | |
Determines the index of a specific item in the IList.
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax VIRTUAL METHOD IndexOf(
oValue AS Object
) AS LONG
public virtual int IndexOf(
Object oValue
)
Request Example
View SourceParameters
- oValue
- Type: Object
Return Value
Type:
LongThe index of
value if found in the list; otherwise, -1.
Implements
IndexOf(Object)See Also