{CompanyName} FlexyGo

UserSecurityConfig..::..CanDeleteMasterTable Method

Determines whether this Master Tables rows can be deleted .

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

Syntax


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

Parameters

TableName
Type: String
The TableName.

Return Value

true if this tables rows can be deleted; otherwise, false.

Exceptions


ExceptionCondition
ExceptionError checking can delete master table