Class PostgresSqlDbConnection
Implements
System.Data.IDbConnection
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Core.Data.Wrapper.Relational
Assembly: Mars.Core.dll
Syntax
public class PostgresSqlDbConnection : AbstractRelationalConnection, IDbConnection, IDisposable
Constructors
| Improve this Doc View SourcePostgresSqlDbConnection(String)
Declaration
public PostgresSqlDbConnection(string connectionString)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionString |
Properties
| Improve this Doc View SourceInnerConnection
Declaration
public NpgsqlConnection InnerConnection { get; }
Property Value
Type | Description |
---|---|
Npgsql.NpgsqlConnection |
Methods
| Improve this Doc View SourceCreateConnection()
Creates the database-specific connection
Declaration
protected override IDbConnection CreateConnection()
Returns
Type | Description |
---|---|
System.Data.IDbConnection |
Overrides
Implements
System.Data.IDbConnection
System.IDisposable