| SqlMapper Properties | 
The SqlMapper type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | ConnectionStringComparer | 
            How should connection strings be compared for equivalence? Defaults to StringComparer.Ordinal.
            Providing a custom implementation can be useful for allowing multi-tenancy databases with identical
            schema to share strategies. Note that usual equivalence rules apply: any equivalent connection strings
            MUST yield the same hash-code.
             | 
 See Also
See Also