{CompanyName} FlexyGo

UserMasterTableSecurityCollection..::..Remove Method (String)

Removes the UserMasterTableSecurity object from the Collection using TableName.

Namespace:  FLEXYGO.Security
Assembly:  flxSecurity (in flxSecurity.dll)

Syntax


public bool Remove(
	string TableName
)
Public Function Remove ( _
	TableName As String _
) As Boolean

Parameters

TableName
Type: String
The TableName

Return Value

true if ok, false otherwise.