Table of Contents

Class SqlStores

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Helper

public static class SqlStores
Inheritance
SqlStores
Inherited Members

Properties

Default

Returns the default SqlStore.

public static SqlStore Default { get; }

Property Value

SqlStore

Methods

CreateDefaultSqlStore()

Returns the SqlStore for the Default database connection

public static SqlStore CreateDefaultSqlStore()

Returns

SqlStore

CreateSqlStore(string)

Creates and returns a SqlStore

public static SqlStore CreateSqlStore(string ConnectionName)

Parameters

ConnectionName string

Returns

SqlStore

CreateSqlStore(DbConnectionInfo)

Creates and returns a SqlStore

public static SqlStore CreateSqlStore(DbConnectionInfo ConnectionInfo)

Parameters

ConnectionInfo DbConnectionInfo

Returns

SqlStore