{CompanyName} FlexyGo

LinkedServerCollection..::..Contains Method

Checks if Setting object exists in Collection using SettingName.

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

Syntax


public bool Contains(
	string ConnectionStringName
)
Public Function Contains ( _
	ConnectionStringName As String _
) As Boolean

Parameters

ConnectionStringName
Type: String
The Connection String Name Name.

Return Value

true if ok, false otherwise.