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()
Creates a new object that is a copy of the current instance.
Declaration
Returns
| Type |
Description |
| object |
A new object that is a copy of this instance.
|
|
Edit this page
View Source
ParseProviderSwitches(string)
Declaration
public static PostgresOptions ParseProviderSwitches(string providerSwitches)
Parameters
| Type |
Name |
Description |
| string |
providerSwitches |
|
Returns
Implements