MigrondiDriver Type
DU that represents the currently supported drivers
Union cases
Union case | Description |
Full Usage:
Mssql
|
|
Full Usage:
Mysql
|
|
Full Usage:
Postgresql
|
|
Full Usage:
Sqlite
|
Instance members
Instance member | Description |
Full Usage:
this.AsString
Returns: string
|
|
Full Usage:
this.IsMssql
Returns: bool
|
|
Full Usage:
this.IsMysql
Returns: bool
|
|
Full Usage:
this.IsPostgresql
Returns: bool
|
|
Full Usage:
this.IsSqlite
Returns: bool
|
|
Static members
Static member | Description | ||
Full Usage:
MigrondiDriver.FromString(value)
Parameters:
string
-
The string to convert
Returns: MigrondiDriver
A MigrondiDriver if the conversion was successful
|
if the string is not a valid driver then it will throw an exception with the name of the driver that was not found
|