Class SqlServerTypeLocator
Assemblies and types used for interacting with Microsoft SQL Server
public static class SqlServerTypeLocator
- Inheritance
-
SqlServerTypeLocator
- Inherited Members
Properties
Assemblies
Gets the list of supported SQL Server Client assemblies
public static string[] Assemblies { get; }
Property Value
- string[]
ConnectionTypeNames
Gets the list of SQL Server types that implement IDbConnection
public static string[] ConnectionTypeNames { get; }
Property Value
- string[]
SqlConnection
Gets SqlConnection from a SQL Server Library
public static Type SqlConnection { get; }
Property Value
Exceptions
- ConnectorException
When type is not found