Share via


DbExpression.Implicit Operator

Definition

Overloads

Implicit(Nullable<Single> to DbExpression)

Enables implicit casting from Nullable<T>.

Implicit(Nullable<Int64> to DbExpression)

Enables implicit casting from Nullable<T>.

Implicit(Nullable<Int32> to DbExpression)

Enables implicit casting from Nullable<T>.

Implicit(Nullable<Int16> to DbExpression)

Enables implicit casting from Nullable<T>.

Implicit(Nullable<Guid> to DbExpression)

Enables implicit casting from Nullable<T>.

Implicit(Nullable<Double> to DbExpression)

Enables implicit casting from Nullable<T>.

Implicit(Nullable<Decimal> to DbExpression)

Enables implicit casting from Nullable<T>.

Implicit(Nullable<DateTimeOffset> to DbExpression)

Enables implicit casting from Nullable<T>.

Implicit(Nullable<DateTime> to DbExpression)

Enables implicit casting from Nullable<T>.

Implicit(Nullable<Byte> to DbExpression)

Enables implicit casting from Nullable<T>.

Implicit(Nullable<Boolean> to DbExpression)

Enables implicit casting from Nullable<T>.

Implicit(DbGeometry to DbExpression)

Enables implicit casting from DbGeometry.

Implicit(DbGeography to DbExpression)

Enables implicit casting from DbGeography.

Implicit(Byte[] to DbExpression)

Enables implicit casting from a byte array.

Implicit(String to DbExpression)

Enables implicit casting from String.

Implicit(Nullable<Single> to DbExpression)

Enables implicit casting from Nullable<T>.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<float> value);
static member op_Implicit : Nullable<single> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Single)) As DbExpression

Parameters

value
Nullable<Single>

The value to be converted.

Returns

The converted value.

Applies to

Implicit(Nullable<Int64> to DbExpression)

Enables implicit casting from Nullable<T>.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<long> value);
static member op_Implicit : Nullable<int64> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Long)) As DbExpression

Parameters

value
Nullable<Int64>

The value to be converted.

Returns

The converted value.

Applies to

Implicit(Nullable<Int32> to DbExpression)

Enables implicit casting from Nullable<T>.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<int> value);
static member op_Implicit : Nullable<int> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Integer)) As DbExpression

Parameters

value
Nullable<Int32>

The value to be converted.

Returns

The converted value.

Applies to

Implicit(Nullable<Int16> to DbExpression)

Enables implicit casting from Nullable<T>.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<short> value);
static member op_Implicit : Nullable<int16> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Short)) As DbExpression

Parameters

value
Nullable<Int16>

The value to be converted.

Returns

The converted value.

Applies to

Implicit(Nullable<Guid> to DbExpression)

Enables implicit casting from Nullable<T>.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<Guid> value);
static member op_Implicit : Nullable<Guid> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Guid)) As DbExpression

Parameters

value
Nullable<Guid>

The value to be converted.

Returns

The converted value.

Applies to

Implicit(Nullable<Double> to DbExpression)

Enables implicit casting from Nullable<T>.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<double> value);
static member op_Implicit : Nullable<double> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Double)) As DbExpression

Parameters

value
Nullable<Double>

The value to be converted.

Returns

The converted value.

Applies to

Implicit(Nullable<Decimal> to DbExpression)

Enables implicit casting from Nullable<T>.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<decimal> value);
static member op_Implicit : Nullable<decimal> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Decimal)) As DbExpression

Parameters

value
Nullable<Decimal>

The value to be converted.

Returns

The converted value.

Applies to

Implicit(Nullable<DateTimeOffset> to DbExpression)

Enables implicit casting from Nullable<T>.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<DateTimeOffset> value);
static member op_Implicit : Nullable<DateTimeOffset> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of DateTimeOffset)) As DbExpression

Parameters

value
Nullable<DateTimeOffset>

The value to be converted.

Returns

The converted value.

Applies to

Implicit(Nullable<DateTime> to DbExpression)

Enables implicit casting from Nullable<T>.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<DateTime> value);
static member op_Implicit : Nullable<DateTime> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of DateTime)) As DbExpression

Parameters

value
Nullable<DateTime>

The expression to be converted.

Returns

The converted value.

Applies to

Implicit(Nullable<Byte> to DbExpression)

Enables implicit casting from Nullable<T>.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<byte> value);
static member op_Implicit : Nullable<byte> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Byte)) As DbExpression

Parameters

value
Nullable<Byte>

The value to be converted.

Returns

The converted value.

Applies to

Implicit(Nullable<Boolean> to DbExpression)

Enables implicit casting from Nullable<T>.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<bool> value);
static member op_Implicit : Nullable<bool> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Boolean)) As DbExpression

Parameters

value
Nullable<Boolean>

The value to be converted.

Returns

The converted value.

Applies to

Implicit(DbGeometry to DbExpression)

Enables implicit casting from DbGeometry.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (System.Data.Entity.Spatial.DbGeometry value);
static member op_Implicit : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As DbGeometry) As DbExpression

Parameters

value
DbGeometry

The value to be converted.

Returns

The converted value.

Applies to

Implicit(DbGeography to DbExpression)

Enables implicit casting from DbGeography.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (System.Data.Entity.Spatial.DbGeography value);
static member op_Implicit : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As DbGeography) As DbExpression

Parameters

value
DbGeography

The value to be converted.

Returns

The converted value.

Applies to

Implicit(Byte[] to DbExpression)

Enables implicit casting from a byte array.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (byte[] value);
static member op_Implicit : byte[] -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Byte()) As DbExpression

Parameters

value
Byte[]

The value to be converted.

Returns

The converted value.

Applies to

Implicit(String to DbExpression)

Enables implicit casting from String.

public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (string value);
static member op_Implicit : string -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As String) As DbExpression

Parameters

value
String

The value to be converted.

Returns

The converted value.

Applies to