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

EqualityContract

protected override Type EqualityContract { get; }

Property Value

Type

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

Deconstruct(out BulkCopyType, out bool)

public void Deconstruct(out BulkCopyType BulkCopyType, out bool InlineFunctionParameters)

Parameters

BulkCopyType BulkCopyType
InlineFunctionParameters bool

Equals(DataProviderOptions<SqlCeOptions>?)

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

Parameters

other DataProviderOptions<SqlCeOptions>

Returns

bool

Equals(SqlCeOptions?)

public bool Equals(SqlCeOptions? other)

Parameters

other SqlCeOptions

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<SqlCeOptions> <Clone>$()

Returns

DataProviderOptions<SqlCeOptions>

Operators

operator ==(SqlCeOptions?, SqlCeOptions?)

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

Parameters

left SqlCeOptions
right SqlCeOptions

Returns

bool

operator !=(SqlCeOptions?, SqlCeOptions?)

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

Parameters

left SqlCeOptions
right SqlCeOptions

Returns

bool