Show / Hide Table of Contents

Namespace Albatross.Database.SqlServer

This project contains the Microsoft Sql Server implementation of interfaces defined in the Albatross.Database assembly.

  • target framework
    • netstandard2.0
    • net46
  • dependency
    • dapper
    • System.Data.SqlClient

Classes

CheckProcedureCreated

DeployProcedure

GetConnectionString

The class uses System.Data.SqlClient.SqlConnectionStringBuilder to create a sql server connection string, unless the ConnectionString property is specified

GetDatabasePermission

GetDbConnection

This implementation of IGetDbConnection will create a System.Data.SqlClient.SqlConnection object when provided a Database object.

GetProcedure

GetProcedureDefinition

GetSqlType

GetTable

GetTableColumnType

GetView

ListProcedure

ListProcedureParameter

ListSqlType

ListTable

ListTableColumn

ListTableIndex

ListTableIndexColumn

ParseCriteria

convert wild card * to sql wild card

  • Improve this Doc
Back to top Copyright © 2018