DbExpression.Implicit Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Converte un oggetto in un oggetto DbExpression.
Overload
Implicit(Nullable<Single> to DbExpression)
Converte un numero in virgola mobile e precisione singola nullable in 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
Parametri
Restituisce
Oggetto DbExpression che rappresenta un numero a virgola mobile e precisione singola.
Si applica a
Implicit(Nullable<Int64> to DbExpression)
Converte un intero senza segno nullable a 64 bit in 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
Parametri
Restituisce
Oggetto DbExpression che rappresenta l'intero senza segno nullable a 64 bit.
Si applica a
Implicit(Nullable<Int32> to DbExpression)
Converte un intero senza segno nullable a 32 bit in 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
Parametri
Restituisce
Oggetto DbExpression che rappresenta l'intero senza segno nullable a 32 bit.
Si applica a
Implicit(Nullable<Int16> to DbExpression)
Converte un intero senza segno nullable a 16 bit in 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
Parametri
Restituisce
Oggetto DbExpression che rappresenta l'integer senza segno a 16 bit nullable.
Si applica a
Implicit(Nullable<Guid> to DbExpression)
Converte un oggetto nullable Guid in 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
Parametri
Restituisce
Oggetto DbExpression che rappresenta l'oggetto Guid nullable.
Si applica a
Implicit(Nullable<Double> to DbExpression)
Converte un oggetto nullable Double in 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
Parametri
Restituisce
Oggetto DbExpression che rappresenta l'oggetto Double nullable.
Si applica a
Implicit(Nullable<Decimal> to DbExpression)
Converte un oggetto nullable Decimal in 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
Parametri
Restituisce
Oggetto DbExpression che rappresenta l'oggetto Decimal nullable.
Si applica a
Implicit(Nullable<DateTimeOffset> to DbExpression)
Converte un oggetto nullable DateTimeOffset in 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
Parametri
- value
- Nullable<DateTimeOffset>
Oggetto DateTime nullable.
Restituisce
Oggetto DbExpression che rappresenta l'oggetto DateTime nullable.
Si applica a
Implicit(Nullable<DateTime> to DbExpression)
Converte un oggetto nullable DateTime in 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
Parametri
Restituisce
Oggetto DbExpression che rappresenta l'oggetto DateTime.
Si applica a
Implicit(Nullable<Byte> to DbExpression)
Converte un Integer senza segno nullable a 8 bit in un 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
Parametri
Restituisce
Oggetto DbExpression che rappresenta l'intero senza segno a 8 bit convertito.
Si applica a
Implicit(Nullable<Boolean> to DbExpression)
Converte un oggetto booleano nullable in 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
Parametri
Restituisce
Oggetto DbExpression che rappresenta l'oggetto booleano nullable convertito.
Si applica a
Implicit(DbGeometry to DbExpression)
Converte l'oggetto DbGeometry in 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
Parametri
- value
- DbGeometry
Oggetto DbGeometry.
Restituisce
Oggetto DbExpression che rappresenta l'oggetto DbGeography convertito.
Si applica a
Implicit(DbGeography to DbExpression)
Converte l'oggetto DbGeography in 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
Parametri
- value
- DbGeography
L'oggetto DbGeography.
Restituisce
Oggetto DbExpression che rappresenta l'oggetto DbGeography convertito.
Si applica a
Implicit(Byte[] to DbExpression)
Converte una matrice di integer senza segno a 8 bit in un oggetto 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
Parametri
- value
- Byte[]
Una matrice di interi senza segno a 8 bit.
Restituisce
Oggetto DbExpression che rappresenta la matrice convertita di integer a 8 bit senza segno.
Si applica a
Implicit(String to DbExpression)
Converte una raccolta sequenziale di caratteri Unicode in 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
Parametri
- value
- String
Raccolta sequenziale di caratteri Unicode.
Restituisce
DbExpression che rappresenta una raccolta sequenziale di caratteri Unicode.