FieldExtensionsGetMappingAlias(String, Boolean) Method

Gets the alias for the map.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static string GetMappingAlias(
	string alias,
	bool useMappingGrid
)

Parameters

alias  String
String with the alias.
useMappingGrid  Boolean
then use the grid mapping (Table.Field -> Table:Field); the grid mapping (Table:Field -> Table.Field) is suppressed.

Return Value

String
string text

See Also