{CompanyName} FlexyGo

UserConnectionCollection..::..Remove Method

Removes the UserConnection object from the Collection using ConnStringId as Key.

Namespace:  FLEXYGO.Data
Assembly:  flxDataManager (in flxDataManager.dll)

Syntax


public bool Remove(
	UserConnection UserConnection
)
Public Function Remove ( _
	UserConnection As UserConnection _
) As Boolean

Parameters

UserConnection
Type: FLEXYGO.Data..::..UserConnection
An UserConnection object.

Return Value

true if ok, false otherwise.