Table of Contents

Class SapHanaOptions

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

Constructors

SapHanaOptions()

public SapHanaOptions()

SapHanaOptions(BulkCopyType)

public SapHanaOptions(BulkCopyType BulkCopyType = BulkCopyType.MultipleRows)

Parameters

BulkCopyType BulkCopyType

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

Methods

CreateID(IdentifierBuilder)

protected override IdentifierBuilder CreateID(IdentifierBuilder builder)

Parameters

builder IdentifierBuilder

Returns

IdentifierBuilder

Equals(SapHanaOptions?)

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

public bool Equals(SapHanaOptions? other)

Parameters

other SapHanaOptions

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.