public IReadOnlyCollection<string> GetFields( string profileVariable, Table table )
Public Function GetFields( _ ByVal profileVariable As String, _ ByVal table As Table _ ) As IReadOnlyCollection(Of String)
Parameters
- profileVariable
- Variable name to look up the fields from.
- table
- The table that contains the row.
Return Value
A readonly collection of each field that is used in the script.