Skip to content

SmartIPAddressTypeHandler

Namespace: MJCZone.DapperMatic.TypeMapping.Handlers

Assembly: MJCZone.DapperMatic

Summary

Smart type handler for System.Net.IPAddress with provider-specific optimization. PostgreSQL: Native inet type Others: String serialization

Inheritance

Base Class: TypeHandler

public

Contents

Constructors (1) | Methods (6)

Constructors

SmartIPAddressTypeHandler

csharp
SmartIPAddressTypeHandler()

Methods

MethodSummary
SetValue
Parse
GetType
ToString
Equals
GetHashCode

SetValue

csharp
void SetValue()

Parse

csharp
IPAddress? Parse()

Returns

Type: IPAddress?

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()