{CompanyName} FlexyGo

EntityObject..::..Insert Method

Performs an insert.

Namespace:  FLEXYGO.Objects
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public virtual bool Insert(
	bool ReloadConfig
)
Public Overridable Function Insert ( _
	ReloadConfig As Boolean _
) As Boolean

Parameters

ReloadConfig
Type: Boolean
Set if system object configuration must be reloaded (Only for system objects)

Return Value

true if inserted, false otherwise.

Exceptions


ExceptionCondition
ExceptionCan not insert collections
ExceptionError. No field has been changed.