Click or drag to resize

DbDataSource.IndexOf Method

X#
Determines the index of a specific item in the IList.

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 VIRTUAL METHOD IndexOf(
	oValue AS Object
) AS LONG
Request Example View Source

Parameters

oValue
Type: Object

Return Value

Type: Long
The index of value if found in the list; otherwise, -1.

Implements

IndexOf(Object)
See Also