Skip to content

SqliteTypeMapping

Namespace: MJCZone.DapperMatic.Providers.Sqlite

Assembly: MJCZone.DapperMatic

Summary

SQLite specific type mapping configuration.

Inheritance

Base Class: ProviderTypeMappingBase

public

Contents

Constructors (1) | Methods (12) | Properties (3)

Constructors

SqliteTypeMapping

csharp
SqliteTypeMapping()

Methods

MethodSummary
CreateObjectType
CreateDateTimeType
CreateBinaryType
CreateXmlType
CreateGuidType
CreateCharType
CreateTextType
CreateNetworkType
GetType
ToString
Equals
GetHashCode

CreateObjectType

csharp
SqlTypeDescriptor CreateObjectType()

Returns

Type: SqlTypeDescriptor

CreateDateTimeType

csharp
SqlTypeDescriptor CreateDateTimeType()

Returns

Type: SqlTypeDescriptor

CreateBinaryType

csharp
SqlTypeDescriptor CreateBinaryType()

Returns

Type: SqlTypeDescriptor

CreateXmlType

csharp
SqlTypeDescriptor CreateXmlType()

Returns

Type: SqlTypeDescriptor

CreateGuidType

csharp
CreateGuidType()

CreateCharType

csharp
CreateCharType()

CreateTextType

csharp
CreateTextType()

CreateNetworkType

csharp
CreateNetworkType()

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

BooleanType

Type: string

IsUnicodeProvider

Type: bool

NumericTypeMap

Type: Dictionary<Type, string>