Class SqlServerTypeLocator
Assemblies and types used for interacting with Microsoft SQL Server
Inheritance
System.Object
SqlServerTypeLocator
Namespace: Steeltoe.Connector.SqlServer
Assembly: Steeltoe.Bootstrap.Autoconfig.dll
Syntax
public static class SqlServerTypeLocator : object
Properties
| Edit this page View SourceAssemblies
Gets the list of supported SQL Server Client assemblies
Declaration
public static string[] Assemblies { get; }
Property Value
Type | Description |
---|---|
System.String[] |
ConnectionTypeNames
Gets the list of SQL Server types that implement IDbConnection
Declaration
public static string[] ConnectionTypeNames { get; }
Property Value
Type | Description |
---|---|
System.String[] |
SqlConnection
Gets SqlConnection from a SQL Server Library
Declaration
public static Type SqlConnection { get; }
Property Value
Type | Description |
---|---|
Type |