{CompanyName} FlexyGo

UserSecurityConfig..::..CanInsertMasterTable Method

Determines whether this Master Table can be used for insert .

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

Syntax


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

Parameters

TableName
Type: String
The TableName.

Return Value

true if this table admits new rows; otherwise, false.

Exceptions


ExceptionCondition
ExceptionError checking can insert master table