An NDoc Documented Class Library

HostIntegratorSession.EnableTerminalAttributes Method (Boolean)

Enables the availability of terminal attributes when retrieving attribute or field data from the Host Integrator server.

public virtual void EnableTerminalAttributes(
   bool enable
);

Parameters

enable
Specifies whether terminal attributes are enabled.

Remarks

This method applies to subsequent GetAttributes or FetchRecords method calls during the current session. Attributes are only retrieved if they are enabled at run-time with this method call, and also enabled in the model file for the entity or recordset.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown when client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.EnableTerminalAttributes Overload List