DbConnectionPlus API Documentation
Search Results for

    Show / Hide Table of Contents

    Class Constants

    Provides constant values for database adapters.

    Inheritance
    object
    Constants
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RentADeveloper.DbConnectionPlus.DatabaseAdapters
    Assembly: RentADeveloper.DbConnectionPlus.dll
    Syntax
    public static class Constants

    Fields

    View Source

    Indent

    The string to use to indent parts of SQL statements.

    Declaration
    public const string Indent = "    "
    Field Value
    Type Description
    string
    View Source

    SingleColumnTemporaryTableColumnName

    The name to use for the single column of single column temporary tables.

    Declaration
    public const string SingleColumnTemporaryTableColumnName = "Value"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Generated by DocFX