Class FirebirdConfiguration
- Namespace
- LinqToDB.DataProvider.Firebird
- Assembly
- linq2db.dll
public static class FirebirdConfiguration
- Inheritance
-
FirebirdConfiguration
Properties
IdentifierQuoteMode
Specifies how identifiers like table and field names should be quoted.
[Obsolete("Use FirebirdOptions.Default.IdentifierQuoteMode instead.")]
public static FirebirdIdentifierQuoteMode IdentifierQuoteMode { get; set; }
Property Value
Remarks
Default value: Auto.
IsLiteralEncodingSupported
Specifies that Firebird supports literal encoding. Availiable from version 2.5.
[Obsolete("Use FirebirdOptions.Default.IsLiteralEncodingSupported instead.")]
public static bool IsLiteralEncodingSupported { get; set; }