{CompanyName} FlexyGo

UserMasterTableSecurityCollection..::..Contains Method

Checks if UserMasterTableSecurity Object exists in Collection using TableName.

Namespace:  FLEXYGO.Security
Assembly:  flxSecurity (in flxSecurity.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.