ResultSetView.IList.Contains 方法
命名空间: System.Data.SqlServerCe
程序集: System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)
语法
声明
Private Function Contains ( _
value As Object _
) As Boolean Implements IList.Contains
用法
Dim instance As ResultSetView
Dim value As Object
Dim returnValue As Boolean
returnValue = CType(instance, IList).Contains(value)
bool IList.Contains(
Object value
)
private:
virtual bool Contains(
Object^ value
) sealed = IList::Contains
private abstract Contains :
value:Object -> bool
private override Contains :
value:Object -> bool
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- value
类型:System.Object