DbExpression.Implicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit un objet en DbExpressionun .
Surcharges
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
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
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
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
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
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
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
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
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
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
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.