Not supported 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 int Add(
	Object value
)
Visual Basic (Declaration)
Public Overridable Function Add ( _
	value As Object _
) As Integer

Parameters

value
Type: System..::.Object

Implements

IList..::.Add(Object)

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionThis method is not supported as editing is not allowed using this API.

See Also