DbExpression.Implicit Opérateur

Définition

Convertit un objet en DbExpression.

Surcharges

Implicit(Nullable<Single> to DbExpression)

Convertit un nombre à virgule flottante simple précision pouvant avoir la valeur null en DbExpression.

Implicit(Nullable<Int64> to DbExpression)

Convertit un entier non signé 64 bits qui autorise la valeur Null en DbExpression.

Implicit(Nullable<Int32> to DbExpression)

Convertit un entier non signé 32 bits qui autorise la valeur Null en DbExpression.

Implicit(Nullable<Int16> to DbExpression)

Convertit un entier non signé 16 bits qui autorise la valeur Null en DbExpression.

Implicit(Nullable<Guid> to DbExpression)

Convertit un objet Guid pouvant avoir la valeur null en DbExpression.

Implicit(Nullable<Double> to DbExpression)

Convertit un objet Double pouvant avoir la valeur null en DbExpression.

Implicit(Nullable<Decimal> to DbExpression)

Convertit un objet Decimal pouvant avoir la valeur null en DbExpression.

Implicit(Nullable<DateTimeOffset> to DbExpression)

Convertit un objet DateTimeOffset pouvant avoir la valeur null en DbExpression.

Implicit(Nullable<DateTime> to DbExpression)

Convertit un objet DateTime pouvant avoir la valeur null en DbExpression.

Implicit(Nullable<Byte> to DbExpression)

Convertit un entier 8 bits non signé pouvant avoir la valeur null en DbExpression.

Implicit(Nullable<Boolean> to DbExpression)

Convertit un objet booléen autorisant la valeur Null en DbExpression.

Implicit(DbGeometry to DbExpression)

Convertit un objet DbGeometry en DbExpression.

Implicit(DbGeography to DbExpression)

Convertit un objet DbGeography en DbExpression.

Implicit(Byte[] to DbExpression)

Convertit un tableau d’entier non signé 8 bits en DbExpression.

Implicit(String to DbExpression)

Convertit une collection séquentielle de caractères Unicode en DbExpression.

Implicit(Nullable<Single> to DbExpression)

Convertit un nombre à virgule flottante simple précision pouvant avoir la valeur null en DbExpression.

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

Paramètres

value
Nullable<Single>

Nombre à virgule flottante simple précision.

Retours

DbExpression qui représente un nombre à virgule flottante simple précision.

S’applique à

Implicit(Nullable<Int64> to DbExpression)

Convertit un entier non signé 64 bits qui autorise la valeur Null en DbExpression.

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

Paramètres

value
Nullable<Int64>

Entier non signé 64 bits qui autorise la valeur Null.

Retours

DbExpression représentant l’entier non signé 64 bits qui autorise la valeur Null.

S’applique à

Implicit(Nullable<Int32> to DbExpression)

Convertit un entier non signé 32 bits qui autorise la valeur Null en DbExpression.

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

Paramètres

value
Nullable<Int32>

Entier non signé 32 bits qui autorise la valeur Null.

Retours

DbExpression représentant l’entier non signé 32 bits qui autorise la valeur Null.

S’applique à

Implicit(Nullable<Int16> to DbExpression)

Convertit un entier non signé 16 bits qui autorise la valeur Null en DbExpression.

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

Paramètres

value
Nullable<Int16>

Entier non signé 16 bits qui autorise la valeur Null.

Retours

DbExpression représentant l'entier non signé 16 bits qui autorise la valeur Null.

S’applique à

Implicit(Nullable<Guid> to DbExpression)

Convertit un objet Guid pouvant avoir la valeur null en DbExpression.

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

Paramètres

value
Nullable<Guid>

Objet qui autorise la valeur Null de Guid.

Retours

DbExpression représentant l'objet Guid qui autorise la valeur Null.

S’applique à

Implicit(Nullable<Double> to DbExpression)

Convertit un objet Double pouvant avoir la valeur null en DbExpression.

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

Paramètres

value
Nullable<Double>

Objet Double autorisant la valeur Null.

Retours

DbExpression représentant l'objet Double qui autorise la valeur Null.

S’applique à

Implicit(Nullable<Decimal> to DbExpression)

Convertit un objet Decimal pouvant avoir la valeur null en DbExpression.

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

Paramètres

value
Nullable<Decimal>

Objet Decimal autorisant la valeur Null.

Retours

DbExpression représentant l'objet Decimal qui autorise la valeur Null.

S’applique à

Implicit(Nullable<DateTimeOffset> to DbExpression)

Convertit un objet DateTimeOffset pouvant avoir la valeur null en DbExpression.

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

Paramètres

value
Nullable<DateTimeOffset>

Objet DateTime autorisant la valeur Null.

Retours

DbExpression représentant l'objet DateTime qui autorise la valeur Null.

S’applique à

Implicit(Nullable<DateTime> to DbExpression)

Convertit un objet DateTime pouvant avoir la valeur null en DbExpression.

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

Paramètres

value
Nullable<DateTime>

Objet DateTime autorisant la valeur Null.

Retours

DbExpression qui représente l'objet DateTime.

S’applique à

Implicit(Nullable<Byte> to DbExpression)

Convertit un entier 8 bits non signé pouvant avoir la valeur null en DbExpression.

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

Paramètres

value
Nullable<Byte>

Entier non signé 8 bits qui autorise la valeur Null.

Retours

DbExpression représentant l'entier 8 bits non signé converti.

S’applique à

Implicit(Nullable<Boolean> to DbExpression)

Convertit un objet booléen autorisant la valeur Null en DbExpression.

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

Paramètres

value
Nullable<Boolean>

Objet booléen autorisant la valeur Null.

Retours

DbExpression qui représente l'objet booléen converti qui autorise une valeur Null.

S’applique à

Implicit(DbGeometry to DbExpression)

Convertit un objet DbGeometry en DbExpression.

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

Paramètres

value
DbGeometry

Objet DbGeometry.

Retours

DbExpression qui représente l'objet DbGeography converti.

S’applique à

Implicit(DbGeography to DbExpression)

Convertit un objet DbGeography en DbExpression.

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

Paramètres

value
DbGeography

Objet DbGeography.

Retours

DbExpression qui représente l'objet DbGeography converti.

S’applique à

Implicit(Byte[] to DbExpression)

Convertit un tableau d’entier non signé 8 bits en DbExpression.

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

Paramètres

value
Byte[]

Tableau d'entiers non signés 8 bits.

Retours

DbExpression représentant le tableau converti d'entiers non signés 8 bits.

S’applique à

Implicit(String to DbExpression)

Convertit une collection séquentielle de caractères Unicode en DbExpression.

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

Paramètres

value
String

Collection séquentielle de caractères Unicode.

Retours

DbExpression qui représente une collection séquentielle de caractères Unicode.

S’applique à