public string GetSourceAttributeValues( string sourceName, string[] attributeNames, bool useCodedValueNames )
Public Function GetSourceAttributeValues( _ ByVal sourceName As String, _ ByVal attributeNames() As String, _ ByVal useCodedValueNames As Boolean _ ) As String
Parameters
- sourceName
- Name or alias name of the source table.
- attributeNames
- Array of names or alias names of the attributes to query.
- useCodedValueNames
- Indicates whether to use coded value names when returning attributes of associated source objects.
Return Value
The JSON string containing the attributes values.