点击或拖拽改变大小

DbDataSource.Contains 方法

X#
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
查看代码

参数

oValue
类型:Object

返回值

类型:Boolean
if the Object is found in the IList; otherwise, .

实现

Contains(Object)
参见