skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Helper classes : oa_ds_info class : oa_ds_info overloaded constructor
 

oa_ds_info overloaded constructor

This constructor is used to create an oa_ds_info object that is used to customize the data source information.
public oa_ds_info(String infoName, int infoNum, int infoInt, long infoBitmask, String infoText, String remarks)
 
Table 37: Parameters for the overloaded constructor of oa_ds_info
Parameter
Type
Description
infoName
String
The information type name
infoNum
int
The number associated with the information type
infoInt
int
The integer value of the information
infoBitmask
long
The bit value of the information
infoText
String
The string value of the information
remarks
String
Any remarks that you would like to add