Table of Contents

Enum NativeTypeMapper.ManagedTypes

Namespace
MASES.EntityFrameworkCore.KNet.Serialization
Assembly
MASES.EntityFrameworkCore.KNet.Serialization.dll

List of Type managed from PropertyData

public enum NativeTypeMapper.ManagedTypes

Fields

Bool = 5

bool

Byte = 8

byte

Char = 6

char

DateTime = 3

DateTime

DateTimeOffset = 4

DateTimeOffset

Decimal = 17

decimal

Double = 15

double

Float = 16

float

Guid = 2

Guid

Int = 11

int

Long = 13

long

SByte = 7

sbyte

Short = 9

short

String = 1

string

UInt = 12

uint

ULong = 14

ulong

UShort = 10

ushort

Undefined = 0

Not defined or not found