Click or drag to resize

DbDataSource.AddIndex Method

X#
Adds the PropertyDescriptor to the indexes used for searching.

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 METHOD AddIndex(
	property AS PropertyDescriptor
) AS VOID
Request Example View Source

Parameters

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

Implements

AddIndex(PropertyDescriptor)
See Also