ESRI.ArcGIS.ADF.Connection
Remove Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection Namespace > ConnectionManager Class : Remove Method




item
Item to remove.
Removes the item from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal item As Connection _
) 
Visual Basic (Usage)Copy Code
Dim instance As ConnectionManager
Dim item As Connection
 
instance.Remove(item)
C# 
public void Remove( 
   Connection item
)

Parameters

item
Item to remove.

See Also

© 2010 All Rights Reserved.