DapperMaticMappingOptions
Namespace: MJCZone.DapperMatic.TypeMapping
Assembly: MJCZone.DapperMatic
Summary
Configuration options for DapperMatic type mapping and query compatibility. Controls how type handlers are registered for future DML type mapping features.
public
Contents
Constructors (1) | Methods (4) | Properties (2)
Constructors
DapperMaticMappingOptions
csharp
DapperMaticMappingOptions()Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
HandlerPrecedence
Gets or sets how to handle type handler registration when handler already exists. Default: SkipIfExists (don't override user's custom handlers)
Type: TypeHandlerPrecedence
EnableRecordSupport
Gets or sets a value indicating whether to support modern C# records with parameterized constructors. Default: true (enables record support)
Type: bool