DbDataSource.Contains 方法 | |
Determines whether the IList contains a specific value.
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Contains(
oValue AS Object
) AS LOGIC
public virtual bool Contains(
Object oValue
)
查看代码参数
- oValue
- 类型:Object
返回值
类型:
Boolean if the
Object is found in the
IList; otherwise,
.
实现
Contains(Object)参见