Mini SQL Query Extensibility Documentation
GetSqlProviderNames Method
NamespacesMiniSqlQuery.CoreUtilityGetSqlProviderNames()()()

[This is preliminary documentation and is subject to change.]

Returns an array of SQL provider types supported by the current platform.
Declaration Syntax
C#Visual BasicVisual C++
public static string[] GetSqlProviderNames()
Public Shared Function GetSqlProviderNames As String()
public:
static array<String^>^ GetSqlProviderNames()
Return Value
An array of SQL provider types.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 0.9.9.0 (0.9.9.0)