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
BulkCopyTypeBulkCopyTypeDefault bulk copy mode, used for SqlCe by BulkCopy<T>(DataConnection, IEnumerable<T>) methods, if mode is not specified explicitly. Default value: MultipleRows.
InlineFunctionParametersboolEnables 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
builderIdentifierBuilder
Returns
Equals(SqlCeOptions?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(SqlCeOptions? other)
Parameters
otherSqlCeOptionsAn object to compare with this object.
Returns
- bool
true if the current object is equal to the
otherparameter; otherwise, false.
GetHashCode()
Serves as a hash function for a particular type.
public override int GetHashCode()