Table of Contents

Class InformixOptions

Namespace
LinqToDB.DataProvider.Informix
Assembly
linq2db.dll
public sealed record InformixOptions : DataProviderOptions<InformixOptions>, IOptionSet, IConfigurationID, IEquatable<DataProviderOptions<InformixOptions>>, IEquatable<InformixOptions>
Inheritance
InformixOptions
Implements
Inherited Members
Extension Methods

Constructors

InformixOptions()

public InformixOptions()

InformixOptions(BulkCopyType, bool)

public InformixOptions(BulkCopyType BulkCopyType = BulkCopyType.ProviderSpecific, bool ExplicitFractionalSecondsSeparator = true)

Parameters

BulkCopyType BulkCopyType

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

ExplicitFractionalSecondsSeparator bool

Enables use of explicit fractional seconds separator in datetime values. Must be enabled for Informix starting from v11.70.xC8 and v12.10.xC2. More details at: https://www.ibm.com/support/knowledgecenter/SSGU8G_12.1.0/com.ibm.po.doc/new_features_ce.htm#newxc2__xc2_datetime

Properties

ExplicitFractionalSecondsSeparator

Enables use of explicit fractional seconds separator in datetime values. Must be enabled for Informix starting from v11.70.xC8 and v12.10.xC2. More details at: https://www.ibm.com/support/knowledgecenter/SSGU8G_12.1.0/com.ibm.po.doc/new_features_ce.htm#newxc2__xc2_datetime

public bool ExplicitFractionalSecondsSeparator { get; init; }

Property Value

bool

Methods

CreateID(IdentifierBuilder)

protected override IdentifierBuilder CreateID(IdentifierBuilder builder)

Parameters

builder IdentifierBuilder

Returns

IdentifierBuilder

Equals(InformixOptions?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(InformixOptions? other)

Parameters

other InformixOptions

An 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()

Returns

int

A hash code for the current object.