Method IsUsingSql
IsUsingSql(IInnovaApplicationBuilderBase)
Determines whether the application is using SQL based on the connection settings.
public static bool IsUsingSql(this IInnovaApplicationBuilderBase app)
Parameters
app
IInnovaApplicationBuilderBaseThe application builder.
Returns
- bool
true if the application is using SQL; otherwise, false.