Show / Hide Table of Contents

    DatabaseType Enum

    .NET Standard 2.x

    Specifies the database type in the data context options.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public enum DatabaseType;
    

    Member

    Member Name Description
    SqlServer SQL Server
    Sqlite SQLite
    Oracle Oracle
    MySql MySQL
    PostgreSql PostgreSQL
    Odbc ODBC
    Back to top Generated by Appeon