DbDataSource.IndexOf 方法 | |
Determines the index of a specific item in the IList.
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD IndexOf(
oValue AS Object
) AS LONG
public virtual int IndexOf(
Object oValue
)
查看代码参数
- oValue
- 类型:Object
返回值
类型:
Int32The index of
value if found in the list; otherwise, -1.
实现
IndexOf(Object)参见