LinqConnect Documentation
In This Topic
    Using FluentMappingBuilder Class
    In This Topic

    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.