ResultSetView.IBindingList.Find 方法

命名空间:  System.Data.SqlServerCe
程序集:  System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)

语法

声明
Private Function Find ( _
    property As PropertyDescriptor, _
    key As Object _
) As Integer Implements IBindingList.Find
用法
Dim instance As ResultSetView
Dim property As PropertyDescriptor
Dim key As Object
Dim returnValue As Integer

returnValue = CType(instance, IBindingList).Find(property, _
    key)
int IBindingList.Find(
    PropertyDescriptor property,
    Object key
)
private:
virtual int Find(
    PropertyDescriptor^ property, 
    Object^ key
) sealed = IBindingList::Find
private abstract Find : 
        property:PropertyDescriptor * 
        key:Object -> int 
private override Find : 
        property:PropertyDescriptor * 
        key:Object -> int 
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

返回值

类型:System.Int32

实现

IBindingList.Find(PropertyDescriptor, Object)

请参阅

参考

ResultSetView 类

System.Data.SqlServerCe 命名空间