LinkarCltConversion Method |
There are two types of methods, depending on the way they are identified by credentials
After creating the object, it is necessary to Login that, through a Session code; this allows it to make all the desired operations until a call to the Close method is produced or until the session expires because of inactivity. This is defined on its EntryPoint.
They are useful for applications that require user identification, for instance, to log into an ERP session.
Its arguments contain the necessary information to identify the user before returning the required information.
Unlike persistent functions, these do not have a Session Code, each call is completely independent of the others and does not have Login or Close functions.
They are used for database access from public websites, for instance online shops.
Name | Description | |
---|---|---|
Conversion(CONVERSION_TYPE, String, String, String, Int32) | Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, in a Synchronous way. | |
Conversion(CredentialsOptions, CONVERSION_TYPE, String, String, String, Int32) | Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, in a Synchronous way. |