Click or drag to resize
SqlMapper Properties

The SqlMapper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberConnectionStringComparer
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.
Top
See Also