Table of Contents

Class DatabaseServerTypeExtensions

Namespace
GroupeIsa.Neos.Application.Extensions
Assembly
GroupeIsa.Neos.Application.Abstractions.dll

Provides extension methods for DatabaseServerType.

public static class DatabaseServerTypeExtensions
Inheritance
DatabaseServerTypeExtensions
Inherited Members

Methods

ToDatabaseType(DatabaseServerType)

public static DatabaseType ToDatabaseType(this DatabaseServerType databaseServerType)

Parameters

databaseServerType DatabaseServerType

The database server type.

Returns

DatabaseType

Returns the database type.

Exceptions

NotSupportedException

Thrown when the database server type is not supported.