DbExpression.Implicit Operator

Definition

Converts an object to a DbExpression.

Overloads

Implicit(Nullable<Single> to DbExpression)

Converts a nullable single-precision floating-point number to DbExpression.

Implicit(Nullable<Int64> to DbExpression)

Converts a nullable 64-bit unsigned integer to DbExpression.

Implicit(Nullable<Int32> to DbExpression)

Converts a nullable 32-bit unsigned integer to DbExpression.

Implicit(Nullable<Int16> to DbExpression)

Converts a nullable 16-bit unsigned integer to DbExpression.

Implicit(Nullable<Guid> to DbExpression)

Converts a nullable Guid object to DbExpression.

Implicit(Nullable<Double> to DbExpression)

Converts a nullable Double object to DbExpression.

Implicit(Nullable<Decimal> to DbExpression)

Converts a nullable Decimal object to DbExpression.

Implicit(Nullable<DateTimeOffset> to DbExpression)

Converts a nullable DateTimeOffset object to DbExpression.

Implicit(Nullable<DateTime> to DbExpression)

Converts a nullable DateTime object to DbExpression.

Implicit(Nullable<Byte> to DbExpression)

Converts a nullable 8-bit unsigned integer to DbExpression.

Implicit(Nullable<Boolean> to DbExpression)

Converts a nullable Boolean object to DbExpression.

Implicit(DbGeometry to DbExpression)

Converts a DbGeometry object to DbExpression.

Implicit(DbGeography to DbExpression)

Converts a DbGeography object to DbExpression.

Implicit(Byte[] to DbExpression)

Converts an array of 8-bit unsigned integer to a DbExpression.

Implicit(String to DbExpression)

Converts a sequential collection of Unicode characters to DbExpression.

Implicit(Nullable<Single> to DbExpression)

Converts a nullable single-precision floating-point number to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (float? value);

Parameters

value
Nullable<Single>

The single-precision floating-point number.

Returns

A DbExpression that represents a single-precision floating-point number.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(Nullable<Int64> to DbExpression)

Converts a nullable 64-bit unsigned integer to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (long? value);

Parameters

value
Nullable<Int64>

A nullable 64-bit unsigned integer.

Returns

A DbExpression that represents the nullable 64-bit unsigned integer.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(Nullable<Int32> to DbExpression)

Converts a nullable 32-bit unsigned integer to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (int? value);

Parameters

value
Nullable<Int32>

A nullable 32-bit unsigned integer.

Returns

A DbExpression that represents the nullable 32-bit unsigned integer.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(Nullable<Int16> to DbExpression)

Converts a nullable 16-bit unsigned integer to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (short? value);

Parameters

value
Nullable<Int16>

A nullable 16-bit unsigned integer.

Returns

A DbExpression that represents the nullable 16-bit unsigned integer.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(Nullable<Guid> to DbExpression)

Converts a nullable Guid object to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (Guid? value);

Parameters

value
Nullable<Guid>

A nullable Guid object.

Returns

A DbExpression that represents the nullable Guid object.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(Nullable<Double> to DbExpression)

Converts a nullable Double object to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (double? value);

Parameters

value
Nullable<Double>

The nullable Double object.

Returns

A DbExpression that represents the nullable Double object.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(Nullable<Decimal> to DbExpression)

Converts a nullable Decimal object to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (decimal? value);

Parameters

value
Nullable<Decimal>

The nullable Decimal object.

Returns

A DbExpression that represents the nullable Decimal object.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(Nullable<DateTimeOffset> to DbExpression)

Converts a nullable DateTimeOffset object to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (DateTimeOffset? value);

Parameters

value
Nullable<DateTimeOffset>

The nullable DateTime object.

Returns

A DbExpression that represents the nullable DateTime object.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(Nullable<DateTime> to DbExpression)

Converts a nullable DateTime object to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (DateTime? value);

Parameters

value
Nullable<DateTime>

The nullable DateTime object.

Returns

A DbExpression that represents the DateTime object.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(Nullable<Byte> to DbExpression)

Converts a nullable 8-bit unsigned integer to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (byte? value);

Parameters

value
Nullable<Byte>

A nullable 8-bit unsigned integer.

Returns

A DbExpression that represents the converted 8-bit unsigned integer.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(Nullable<Boolean> to DbExpression)

Converts a nullable Boolean object to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (bool? value);

Parameters

value
Nullable<Boolean>

The nullable Boolean object.

Returns

A DbExpression that represents the converted nullable Boolean object.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(DbGeometry to DbExpression)

Converts a DbGeometry object to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Data.Spatial.DbGeometry value);

Parameters

value
DbGeometry

The DbGeometry object.

Returns

A DbExpression that represents the converted DbGeography object.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(DbGeography to DbExpression)

Converts a DbGeography object to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Data.Spatial.DbGeography value);

Parameters

value
DbGeography

The DbGeography object.

Returns

A DbExpression that represents the converted DbGeography object.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(Byte[] to DbExpression)

Converts an array of 8-bit unsigned integer to a DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (byte[] value);

Parameters

value
Byte[]

An array of 8-bit unsigned integer.

Returns

A DbExpression that represents the converted array of 8-bit unsigned integer.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Implicit(String to DbExpression)

Converts a sequential collection of Unicode characters to DbExpression.

public static implicit operator System.Data.Common.CommandTrees.DbExpression (string value);

Parameters

value
String

A sequential collection of Unicode characters.

Returns

A DbExpression that represents a sequential collection of Unicode characters.

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1