LinqConnect Documentation
On this page
    Using FluentMappingBuilder Class
    On this page

    The FluentMappingBuilder class is the main class creating and processing mapping configurations, that user interacts with. The result of its work is an instance of the FluentMappingSource class, that is created by the CreateMappingSource method.

    This section describes how to use this class to create configurations, populate ignore lists, apply conventions, etc.