{CompanyName} FlexyGo

ObjectAdditionalTablesCollection..::..Contains Method

Checks if AditionalTableSettings Object exists in Collection using Tablename.

Namespace:  FLEXYGO.Objects.Settings
Assembly:  flxObjectConfig (in flxObjectConfig.dll)

Syntax


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

Parameters

Tablename
Type: String
The TableName.

Return Value

true if ok, false otherwise.