PostgreSqlDataContextOptions Class
.NET Standard 2.x
Represents the options for the PostgreSqlDataContext object.
Namespace: SnapObjects.Data.PostgreSql
Assembly: SnapObjects.Data.PostgreSql.dll
Syntax
public class PostgreSqlDataContextOptions : DataContextOptions
Constructors
| Name | Description |
|---|---|
| PostgreSqlDataContextOptions(string connectionString) | Initializes a new instance of the PostgreSqlDataContextOptions class by passing the connection string as a parameter. |