Removes the PropertyDescriptor from 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 RemoveIndex( PropertyDescriptor property ) |
| Visual Basic |
|---|
Public Sub RemoveIndex ( property As PropertyDescriptor ) |
| Visual C++ |
|---|
public: virtual void RemoveIndex( PropertyDescriptor^ property ) sealed |
| F# |
|---|
abstract RemoveIndex : property : PropertyDescriptor -> unit override RemoveIndex : property : PropertyDescriptor -> unit |
Parameters
- property
- Type: System.ComponentModel..::..PropertyDescriptor
The PropertyDescriptor to remove from the indexes used for searching.