Table of Contents

Class SqlServerTypeLocator

Namespace
Steeltoe.CloudFoundry.Connector.SqlServer
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll

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

Type

Exceptions

ConnectorException

When type is not found