Table of Contents

Class SqlCeOptions

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

Constructors

SqlCeOptions()

public SqlCeOptions()

SqlCeOptions(BulkCopyType, bool)

public SqlCeOptions(BulkCopyType BulkCopyType = BulkCopyType.MultipleRows, bool InlineFunctionParameters = false)

Parameters

BulkCopyType BulkCopyType

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

InlineFunctionParameters bool

Enables force inlining of function parameters to support SQL CE 3.0. Default value: false.

Properties

InlineFunctionParameters

Enables force inlining of function parameters to support SQL CE 3.0. Default value: false.

public bool InlineFunctionParameters { get; init; }

Property Value

bool

Methods

CreateID(IdentifierBuilder)

protected override IdentifierBuilder CreateID(IdentifierBuilder builder)

Parameters

builder IdentifierBuilder

Returns

IdentifierBuilder

Equals(SqlCeOptions?)

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

public bool Equals(SqlCeOptions? other)

Parameters

other SqlCeOptions

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.