FieldExtensionsGetMappingName Method
Gets the mapping name of the field that can be mapped to the data source.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public static string GetMappingName(
this FieldSetting self,
bool useLegacyDataColumnName = false
)
<ExtensionAttribute>
Public Shared Function GetMappingName (
self As FieldSetting,
Optional useLegacyDataColumnName As Boolean = false
) As String
- self FieldSetting
- FieldSetting with the same field.
- useLegacyDataColumnName Boolean (Optional)
- Specifies to be assigned as a DataColumn field name.
StringString with the result.In 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).
Parameter useLegacyDataColumnName: