Header menu logo Migrondi

MigrondiDriver Type

DU that represents the currently supported drivers

Union cases

Union case Description

Mssql

Full Usage: Mssql

Mysql

Full Usage: Mysql

Postgresql

Full Usage: Postgresql

Sqlite

Full Usage: Sqlite

Instance members

Instance member Description

this.AsString

Full Usage: this.AsString

Returns: string

Returns a string representation of the driver

Returns: string

this.IsMssql

Full Usage: this.IsMssql

Returns: bool
Returns: bool

this.IsMysql

Full Usage: this.IsMysql

Returns: bool
Returns: bool

this.IsPostgresql

Full Usage: this.IsPostgresql

Returns: bool
Returns: bool

this.IsSqlite

Full Usage: this.IsSqlite

Returns: bool
Returns: bool

Static members

Static member Description

MigrondiDriver.FromString(value)

Full Usage: MigrondiDriver.FromString(value)

Parameters:
    value : string - The string to convert

Returns: MigrondiDriver A MigrondiDriver if the conversion was successful

Takes a string and tries to convert it to a MigrondiDriver

if the string is not a valid driver then it will throw an exception with the name of the driver that was not found

value : string

The string to convert

Returns: MigrondiDriver

A MigrondiDriver if the conversion was successful

ArgumentException Thrown when the conversion was not successful

Type something to start searching.