Table of Contents

Method IsUsingSql

Namespace
Innova.Data
Assembly
Innova.Data.dll

IsUsingSql(IInnovaApplicationBuilderBase)

Determines whether the application is using SQL based on the connection settings.

public static bool IsUsingSql(this IInnovaApplicationBuilderBase app)

Parameters

app IInnovaApplicationBuilderBase

The application builder.

Returns

bool

true if the application is using SQL; otherwise, false.