C# Class Stored.Postgres.PostgresStore

Inheritance: IPostgresStore
Exibir arquivo Open project: sandcastle/Stored Class Usage Examples

Public Methods

Method Description
CreateSession ( ) : PostgresSession
PostgresStore ( string connectionString ) : System

Private Methods

Method Description
IPostgresStore ( Type type ) : Stored.Postgres.PostgresTableMetadata
IStore ( ) : ISession

Method Details

CreateSession() public method

public CreateSession ( ) : PostgresSession
return PostgresSession

PostgresStore() public method

public PostgresStore ( string connectionString ) : System
connectionString string
return System