Table of Contents

Class DbConAdapters

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Registry of connection string adapters used for building and parsing connection strings.

public static class DbConAdapters
Inheritance
DbConAdapters
Inherited Members

Methods

Get(DbServerType)

Returns the connection string adapter for the specified server type.

public static DbConAdapter Get(DbServerType ServerType)

Parameters

ServerType DbServerType

Returns

DbConAdapter

GetAll()

Returns all registered connection string adapters.

public static DbConAdapter[] GetAll()

Returns

DbConAdapter[]