Adds the PropertyDescriptor to the indexes used for searching.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public void AddIndex( PropertyDescriptor property ) |
| Visual Basic |
|---|
Public Sub AddIndex ( property As PropertyDescriptor ) |
| Visual C++ |
|---|
public: virtual void AddIndex( PropertyDescriptor^ property ) sealed |
| F# |
|---|
abstract AddIndex : property : PropertyDescriptor -> unit override AddIndex : property : PropertyDescriptor -> unit |
Parameters
- property
- Type: System.ComponentModel..::..PropertyDescriptor
The PropertyDescriptor to add to the indexes used for searching.