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
BulkCopyTypeDefault bulk copy mode, used for SqlCe by BulkCopy<T>(DataConnection, IEnumerable<T>) methods, if mode is not specified explicitly. Default value: MultipleRows.
InlineFunctionParameters
boolEnables 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
Methods
CreateID(IdentifierBuilder)
protected override IdentifierBuilder CreateID(IdentifierBuilder builder)
Parameters
builder
IdentifierBuilder
Returns
Equals(SqlCeOptions?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(SqlCeOptions? other)
Parameters
other
SqlCeOptionsAn 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()