Partager via


DbExpression.Implicit Opérateur

Définition

Surcharges

Implicit(Nullable<Single> to DbExpression)

Active le cast implicite à partir de Nullable<T>.

Implicit(Nullable<Int64> to DbExpression)

Active le cast implicite à partir de Nullable<T>.

Implicit(Nullable<Int32> to DbExpression)

Active le cast implicite à partir de Nullable<T>.

Implicit(Nullable<Int16> to DbExpression)

Active le cast implicite à partir de Nullable<T>.

Implicit(Nullable<Guid> to DbExpression)

Active le cast implicite à partir de Nullable<T>.

Implicit(Nullable<Double> to DbExpression)

Active le cast implicite à partir de Nullable<T>.

Implicit(Nullable<Decimal> to DbExpression)

Active le cast implicite à partir de Nullable<T>.

Implicit(Nullable<DateTimeOffset> to DbExpression)

Active le cast implicite à partir de Nullable<T>.

Implicit(Nullable<DateTime> to DbExpression)

Active le cast implicite à partir de Nullable<T>.

Implicit(Nullable<Byte> to DbExpression)

Active le cast implicite à partir de Nullable<T>.

Implicit(Nullable<Boolean> to DbExpression)

Active le cast implicite à partir de Nullable<T>.

Implicit(DbGeometry to DbExpression)

Active le cast implicite à partir de DbGeometry.

Implicit(DbGeography to DbExpression)

Active le cast implicite à partir de DbGeography.

Implicit(Byte[] to DbExpression)

Active le cast implicite à partir d’un tableau d’octets.

Implicit(String to DbExpression)

Active le cast implicite à partir de String.

Implicit(Nullable<Single> to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
Nullable<Single>

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(Nullable<Int64> to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
Nullable<Int64>

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(Nullable<Int32> to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
Nullable<Int32>

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(Nullable<Int16> to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
Nullable<Int16>

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(Nullable<Guid> to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
Nullable<Guid>

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(Nullable<Double> to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
Nullable<Double>

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(Nullable<Decimal> to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
Nullable<Decimal>

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(Nullable<DateTimeOffset> to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
Nullable<DateTimeOffset>

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(Nullable<DateTime> to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
Nullable<DateTime>

Expression à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(Nullable<Byte> to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
Nullable<Byte>

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(Nullable<Boolean> to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
Nullable<Boolean>

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(DbGeometry to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
DbGeometry

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(DbGeography to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
DbGeography

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(Byte[] to DbExpression)

Active le cast implicite à partir d’un tableau d’octets.

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

Paramètres

value
Byte[]

Valeur à convertir.

Retours

Valeur convertie.

S’applique à

Implicit(String to DbExpression)

Active le cast implicite à partir de 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

Paramètres

value
String

Valeur à convertir.

Retours

Valeur convertie.

S’applique à