Table of Contents

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 BulkCopyType

Default bulk copy mode, used for Firebird by BulkCopy<T>(DataConnection, IEnumerable<T>) methods, if mode is not specified explicitly. Default value: MultipleRows.

IdentifierQuoteMode FirebirdIdentifierQuoteMode

Specifies how identifiers like table and field names should be quoted. Default value: Auto.

IsLiteralEncodingSupported bool

Specifies that Firebird supports literal encoding. Availiable from version 2.5.

Properties

EqualityContract

protected override Type EqualityContract { get; }

Property Value

Type

IdentifierQuoteMode

Specifies how identifiers like table and field names should be quoted. Default value: Auto.

public FirebirdIdentifierQuoteMode IdentifierQuoteMode { get; init; }

Property Value

FirebirdIdentifierQuoteMode

IsLiteralEncodingSupported

Specifies that Firebird supports literal encoding. Availiable from version 2.5.

public bool IsLiteralEncodingSupported { get; init; }

Property Value

bool

Methods

CreateID(IdentifierBuilder)

protected override IdentifierBuilder CreateID(IdentifierBuilder builder)

Parameters

builder IdentifierBuilder

Returns

IdentifierBuilder

Deconstruct(out BulkCopyType, out FirebirdIdentifierQuoteMode, out bool)

public void Deconstruct(out BulkCopyType BulkCopyType, out FirebirdIdentifierQuoteMode IdentifierQuoteMode, out bool IsLiteralEncodingSupported)

Parameters

BulkCopyType BulkCopyType
IdentifierQuoteMode FirebirdIdentifierQuoteMode
IsLiteralEncodingSupported bool

Equals(DataProviderOptions<FirebirdOptions>?)

public override sealed bool Equals(DataProviderOptions<FirebirdOptions>? other)

Parameters

other DataProviderOptions<FirebirdOptions>

Returns

bool

Equals(FirebirdOptions?)

public bool Equals(FirebirdOptions? other)

Parameters

other FirebirdOptions

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected override bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

<Clone>$()

public override DataProviderOptions<FirebirdOptions> <Clone>$()

Returns

DataProviderOptions<FirebirdOptions>

Operators

operator ==(FirebirdOptions?, FirebirdOptions?)

public static bool operator ==(FirebirdOptions? left, FirebirdOptions? right)

Parameters

left FirebirdOptions
right FirebirdOptions

Returns

bool

operator !=(FirebirdOptions?, FirebirdOptions?)

public static bool operator !=(FirebirdOptions? left, FirebirdOptions? right)

Parameters

left FirebirdOptions
right FirebirdOptions

Returns

bool