Class FirebirdOptions
- Namespace
- LinqToDB.DataProvider.Firebird
- Assembly
- linq2db.dll
public sealed record FirebirdOptions : DataProviderOptions<FirebirdOptions>, IOptionSet, IConfigurationID, IEquatable<DataProviderOptions<FirebirdOptions>>, IEquatable<FirebirdOptions>
- Inheritance
-
FirebirdOptions
- Implements
- Inherited Members
- Extension Methods
Constructors
FirebirdOptions()
public FirebirdOptions()
FirebirdOptions(BulkCopyType, FirebirdIdentifierQuoteMode, bool)
public FirebirdOptions(BulkCopyType BulkCopyType = BulkCopyType.MultipleRows, FirebirdIdentifierQuoteMode IdentifierQuoteMode = FirebirdIdentifierQuoteMode.Auto, bool IsLiteralEncodingSupported = true)
Parameters
BulkCopyType
BulkCopyTypeDefault bulk copy mode, used for Firebird by BulkCopy<T>(DataConnection, IEnumerable<T>) methods, if mode is not specified explicitly. Default value: MultipleRows.
IdentifierQuoteMode
FirebirdIdentifierQuoteModeSpecifies how identifiers like table and field names should be quoted.
Default value: Auto. IsLiteralEncodingSupported
boolSpecifies that Firebird supports literal encoding. Availiable from version 2.5.
Properties
IdentifierQuoteMode
Specifies how identifiers like table and field names should be quoted.
public FirebirdIdentifierQuoteMode IdentifierQuoteMode { get; init; }
Property Value
IsLiteralEncodingSupported
Specifies that Firebird supports literal encoding. Availiable from version 2.5.
public bool IsLiteralEncodingSupported { get; init; }
Property Value
Methods
CreateID(IdentifierBuilder)
protected override IdentifierBuilder CreateID(IdentifierBuilder builder)
Parameters
builder
IdentifierBuilder
Returns
Equals(FirebirdOptions?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(FirebirdOptions? other)
Parameters
other
FirebirdOptionsAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
other
parameter; otherwise, false.
GetHashCode()
Serves as a hash function for a particular type.
public override int GetHashCode()