DbExpression.Implicit Opérateur

Définition

Convertit un objet en DbExpressionun .

Surcharges

Nom Description
Implicit(Nullable<Single> to DbExpression)

Convertit un nombre à virgule flottante simple précision nullable en DbExpression.

Implicit(Nullable<Int64> to DbExpression)

Convertit un entier DbExpressionnon signé 64 bits null en .

Implicit(Nullable<Int32> to DbExpression)

Convertit un entier DbExpressionnon signé 32 bits null en .

Implicit(Nullable<Int16> to DbExpression)

Convertit un entier DbExpressionnon signé 16 bits null en .

Implicit(Nullable<Guid> to DbExpression)

Convertit un objet nullable Guid en DbExpression.

Implicit(Nullable<Double> to DbExpression)

Convertit un objet nullable Double en DbExpression.

Implicit(Nullable<Decimal> to DbExpression)

Convertit un objet nullable Decimal en DbExpression.

Implicit(Nullable<DateTimeOffset> to DbExpression)

Convertit un objet nullable DateTimeOffset en DbExpression.

Implicit(Nullable<DateTime> to DbExpression)

Convertit un objet nullable DateTime en DbExpression.

Implicit(Nullable<Byte> to DbExpression)

Convertit un entier DbExpressionnon signé 8 bits null en .

Implicit(Nullable<Boolean> to DbExpression)

Convertit un objet booléen nullable 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 entier 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 nullable 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

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

S’applique à

Implicit(Nullable<Int64> to DbExpression)

Convertit un entier DbExpressionnon signé 64 bits null en .

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 nullable.

Retours

Qui DbExpression représente l’entier non signé 64 bits nullable.

S’applique à

Implicit(Nullable<Int32> to DbExpression)

Convertit un entier DbExpressionnon signé 32 bits null en .

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 nullable.

Retours

Qui DbExpression représente l’entier non signé 32 bits nullable.

S’applique à

Implicit(Nullable<Int16> to DbExpression)

Convertit un entier DbExpressionnon signé 16 bits null en .

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 nullable.

Retours

Qui DbExpression représente l’entier non signé 16 bits nullable.

S’applique à

Implicit(Nullable<Guid> to DbExpression)

Convertit un objet nullable Guid 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 nullable Guid .

Retours

Qui DbExpression représente l’objet nullable Guid .

S’applique à

Implicit(Nullable<Double> to DbExpression)

Convertit un objet nullable Double 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 nullable Double .

Retours

Qui DbExpression représente l’objet nullable Double .

S’applique à

Implicit(Nullable<Decimal> to DbExpression)

Convertit un objet nullable Decimal 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 nullable Decimal .

Retours

Qui DbExpression représente l’objet nullable Decimal .

S’applique à

Implicit(Nullable<DateTimeOffset> to DbExpression)

Convertit un objet nullable DateTimeOffset 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 nullable DateTime .

Retours

Qui DbExpression représente l’objet nullable DateTime .

S’applique à

Implicit(Nullable<DateTime> to DbExpression)

Convertit un objet nullable DateTime 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 nullable DateTime .

Retours

Qui DbExpression représente l’objet DateTime .

S’applique à

Implicit(Nullable<Byte> to DbExpression)

Convertit un entier DbExpressionnon signé 8 bits null en .

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 nullable.

Retours

Qui DbExpression représente l’entier non signé 8 bits converti.

S’applique à

Implicit(Nullable<Boolean> to DbExpression)

Convertit un objet booléen nullable 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 nullable.

Retours

Qui DbExpression représente l’objet booléen nullable converti.

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

Qui DbExpression 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

Qui DbExpression représente l’objet DbGeography converti.

S’applique à

Implicit(Byte[] to DbExpression)

Convertit un tableau d’entier non signé 8 bits en entier 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’entier non signé 8 bits.

Retours

Qui DbExpression représente le tableau converti d’entier non signé 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

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

S’applique à