C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1MappingsBase Class / FindByMappingName Method
Name of the mapping.

In This Topic
FindByMappingName Method
In This Topic
Finds the mapping info by mapping name (name of the data field).
Syntax
'Declaration
 
Public Function FindByMappingName( _
   ByVal mappingName As System.String _
) As MappingInfo
 

Parameters

mappingName
Name of the mapping.
See Also