DbDataSource.AddIndex Method | |
Adds the PropertyDescriptor to the indexes used for searching.
Namespace:
XSharp
Assembly:
XSharp.Data (in XSharp.Data.dll) Version: 2.21
Syntax METHOD AddIndex(
property AS PropertyDescriptor
) AS VOID
public void AddIndex(
PropertyDescriptor property
)
Request Example
View SourceParameters
- property
- Type: PropertyDescriptor
The PropertyDescriptor to add to the indexes used for searching.
Implements
AddIndex(PropertyDescriptor)See Also