点击或拖拽改变大小

DbDataSource.AddIndex 方法

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

参数

property
类型:PropertyDescriptor
The PropertyDescriptor to add to the indexes used for searching.

实现

AddIndex(PropertyDescriptor)
参见