ISystemValue interface | QSYS API Reference Guide

Defines the contract for managing system values in the ASNA DataGate client.

Namespace: ASNA.DataGate.Client Assembly: ASNA.QSys.DataGate.Client.dll

Extends: IDisposable

Remarks

This interface provides properties to manage system values in the ASNA DataGate client. It includes properties to get and set the system and user library lists, whether multi-member files are enabled, the QTemp library, the new column collation, whether to update the legacy DSS library list, the hashtag prefix substitute, the connection associated with the system value, whether to cache data, and the transaction associated with the system value.



Properties

Type Name Description
Boolean CacheData Gets or sets a value indicating whether to cache data.
AdgConnection Connection Gets the connection associated with the system value.
Boolean EnableMultimemberFiles Gets or sets a value indicating whether multi-member files are enabled.
String HashtagPrefixSubstitute Gets or sets the hashtag prefix substitute.
String NewColumnCollation Gets or sets the new column collation.
String QTempLibrary Gets or sets the QTemp library.
IEnumerable<String> SystemLibraryList Gets or sets the system library list.
IDbTransaction Transaction Gets the transaction associated with the system value.
Boolean UpdateLegacyDssLibraryList Gets or sets a value indicating whether to update the legacy DSS library list.
IEnumerable<String> UserLibraryList Gets or sets the user library list.