DbConnectionPlus API Documentation
Search Results for

    Show / Hide Table of Contents

    Enum EnumSerializationMode

    Specifies how Enum values are serialized when sent to a database.

    Namespace: RentADeveloper.DbConnectionPlus
    Assembly: RentADeveloper.DbConnectionPlus.dll
    Syntax
    public enum EnumSerializationMode

    Fields

    Name Description
    Integers

    Enum values are serialized as integers.

    Strings

    Enum values are serialized as strings.

    • View Source
    In this article
    Back to top Generated by DocFX