Class PostgresOptions
Inheritance
PostgresOptions
Assembly: FluentMigrator.Runner.Postgres.dll
Syntax
public class PostgresOptions : ICloneable
Properties
|
Edit this page
View Source
ForceQuote
Gets or sets a value indicating whether all names should be quoted unconditionally.
Declaration
public bool ForceQuote { get; set; }
Property Value
Methods
|
Edit this page
View Source
Clone()
Declaration
Returns
|
Edit this page
View Source
ParseProviderSwitches(string)
Declaration
public static PostgresOptions ParseProviderSwitches(string providerSwitches)
Parameters
Type |
Name |
Description |
string |
providerSwitches |
|
Returns
Implements