DbDataSource.Find 方法 | |
This required method has not (yet) been implemented
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 METHOD Find(
property AS PropertyDescriptor,
key AS Object
) AS LONG
public int Find(
PropertyDescriptor property,
Object key
)
查看代码参数
- property
- 类型:PropertyDescriptor
- key
- 类型:Object
返回值
类型:
Int32实现
Find(PropertyDescriptor, Object)参见