For Babelfish Release 1.11.1.3

ResultListFormatGetFieldNames Method

Helper method, that returns a list of FieldNames that are acceptable for string interpolation in Display.Columns. This list includes both the standard FieldNames (e.g. DisplayName) as well of the FieldNames defined by the user in .Fields

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public List<string> GetFieldNames()

Return Value

ListString

See Also