ComponentOne Dialog for ASP.NET Web Forms
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
    public MappingInfo FindByMappingName( 
       System.string mappingName
    )

    Parameters

    mappingName
    Name of the mapping.
    See Also