QueryGetRequiredFieldInfo Method |
|
DataPA OpenAnalytics API Reference
Builds string arrays of parameter information which will be used when publishing
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void GetRequiredFieldInfo(
ref string[] ReqFieldNames,
ref string[] ReqFieldLabels,
ref string[] ReqFieldDescs,
ref string[] ReqFieldTypes,
ref string[] ReqFieldMands,
ref string[] ReqFieldValues,
ref string[] ReqFieldLookups,
ref string[] ReqFieldFormats
)
Public Sub GetRequiredFieldInfo (
ByRef ReqFieldNames As String(),
ByRef ReqFieldLabels As String(),
ByRef ReqFieldDescs As String(),
ByRef ReqFieldTypes As String(),
ByRef ReqFieldMands As String(),
ByRef ReqFieldValues As String(),
ByRef ReqFieldLookups As String(),
ByRef ReqFieldFormats As String()
)
public:
virtual void GetRequiredFieldInfo(
array<String^>^% ReqFieldNames,
array<String^>^% ReqFieldLabels,
array<String^>^% ReqFieldDescs,
array<String^>^% ReqFieldTypes,
array<String^>^% ReqFieldMands,
array<String^>^% ReqFieldValues,
array<String^>^% ReqFieldLookups,
array<String^>^% ReqFieldFormats
) sealed
function GetRequiredFieldInfo(ReqFieldNames, ReqFieldLabels, ReqFieldDescs, ReqFieldTypes, ReqFieldMands, ReqFieldValues, ReqFieldLookups, ReqFieldFormats);
Parameters
- ReqFieldNames
- Type: SystemString
Array of Req field Names - ReqFieldLabels
- Type: SystemString
Array of Req field Labels - ReqFieldDescs
- Type: SystemString
Array of Req field Descs - ReqFieldTypes
- Type: SystemString
Array of Req field Data Types - ReqFieldMands
- Type: SystemString
Array of Req field Mandatory Flags - ReqFieldValues
- Type: SystemString
Array of Req field Values - ReqFieldLookups
- Type: SystemString
Array of Req field LookupIDs - ReqFieldFormats
- Type: SystemString
Array of Req field Format
Remarks See Also