Not implemented on this TableBindingAdapter.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public virtual void AddIndex(
	PropertyDescriptor property
)
Visual Basic (Declaration)
Public Overridable Sub AddIndex ( _
	property As PropertyDescriptor _
)

Implements

IBindingList..::.AddIndex(PropertyDescriptor)

Exceptions

ExceptionCondition
System..::.NotImplementedExceptionThis method has not been implemented.

See Also