FieldExtensionsGetMappingAlias(FieldSetting, Boolean) Method
Gets the alias for the map.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public static string GetMappingAlias(
this FieldSetting self,
bool useMappingGrid
)
<ExtensionAttribute>
Public Shared Function GetMappingAlias (
self As FieldSetting,
useMappingGrid As Boolean
) As String
- self FieldSetting
- FieldSetting with the same field.
- useMappingGrid Boolean
- then use the grid mapping (Table.Field -> Table:Field); the grid mapping (Table:Field -> Table.Field) is suppressed.
Stringstring textIn Visual Basic and C#, you can call this method as an instance method on any object of type
FieldSetting. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).