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
    DB2 DB2
    Back to top Generated by Appeon