DbDataSource.AddIndex 方法 | |
Adds the PropertyDescriptor to the indexes used for searching.
命名空间:
XSharp
程序集:
XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法 METHOD AddIndex(
property AS PropertyDescriptor
) AS VOID
public void AddIndex(
PropertyDescriptor property
)
查看代码参数
- property
- 类型:PropertyDescriptor
The PropertyDescriptor to add to the indexes used for searching.
实现
AddIndex(PropertyDescriptor)参见