{CompanyName} FlexyGo

UserSecurityConfig..::..CanInsertObject Method

Determines whether the EntityObject can be Inserted.

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

Syntax


public bool CanInsertObject(
	IObjectSettings ObjectSettings,
	string ObjectWhere
)
Public Function CanInsertObject ( _
	ObjectSettings As IObjectSettings, _
	ObjectWhere As String _
) As Boolean

Parameters

ObjectSettings
Type: FLEXYGO.Objects.Settings..::..IObjectSettings
The object settings.
ObjectWhere
Type: String
Object Where Sentence

Return Value

true if this EntityObject can be Inserted; otherwise, false.

Exceptions


ExceptionCondition
ExceptionError Checking Can Insert