Skip to content

ConnectionExtensions.GetDialect method

Gets the dialect for the given connection.

public static ISqlDialect GetDialect(this IDbConnection connection)
parameter description
connection The connection.

Return Value

The SQL dialect.

See Also