{CompanyName} FlexyGo

EntityObject..::..InsertProcess Method

Runs insert establishing the insert method we wan to to use. enables to override default insert method

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

Syntax


public bool InsertProcess(
	string aTable,
	ObjectSettings..::..eUpdateType InsertType,
	string InsertProcessName
)
Public Function InsertProcess ( _
	aTable As String, _
	InsertType As ObjectSettings..::..eUpdateType, _
	InsertProcessName As String _
) As Boolean

Parameters

aTable
Type: String
a tabla name.
InsertType
Type: FLEXYGO.Objects.Settings..::..ObjectSettings..::..eUpdateType
an insert type.
InsertProcessName
Type: String
The Insert Process Name.

Return Value

true if inserted, false otherwise.