DbExpression.Implicit Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Converte um objeto em um DbExpression.
Sobrecargas
Implicit(Nullable<Single> to DbExpression)
Converte um número de ponto flutuante de precisão simples anulável em 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
Parâmetros
Retornos
Uma DbExpression que representa um número de ponto flutuante de precisão simples.
Aplica-se a
Implicit(Nullable<Int64> to DbExpression)
Converte um inteiro sem sinal de 64 bits anulável em 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
Parâmetros
Retornos
Um DbExpression que representa o inteiro sem sinal de 64 bits convertido.
Aplica-se a
Implicit(Nullable<Int32> to DbExpression)
Converte um inteiro sem sinal de 32 bits anulável em 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
Parâmetros
Retornos
Um DbExpression que representa o inteiro sem sinal de 32 bits convertido.
Aplica-se a
Implicit(Nullable<Int16> to DbExpression)
Converte um inteiro sem sinal de 16 bits anulável em 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
Parâmetros
Retornos
Um DbExpression que representa o inteiro sem sinal de 16 bits convertido.
Aplica-se a
Implicit(Nullable<Guid> to DbExpression)
Converte um objeto Guid anulável em 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
Parâmetros
Retornos
Um DbExpression que representa o objeto Guid anulável.
Aplica-se a
Implicit(Nullable<Double> to DbExpression)
Converte um objeto Double anulável em 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
Parâmetros
Retornos
Um DbExpression que representa o objeto Double anulável.
Aplica-se a
Implicit(Nullable<Decimal> to DbExpression)
Converte um objeto Decimal anulável em 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
Parâmetros
Retornos
Um DbExpression que representa o objeto Decimal anulável.
Aplica-se a
Implicit(Nullable<DateTimeOffset> to DbExpression)
Converte um objeto DateTimeOffset anulável em 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
Parâmetros
- value
- Nullable<DateTimeOffset>
O objeto DateTime anulável.
Retornos
Um DbExpression que representa o objeto DateTime anulável.
Aplica-se a
Implicit(Nullable<DateTime> to DbExpression)
Converte um objeto DateTime anulável em 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
Parâmetros
Retornos
Um DbExpression que representa o objeto DateTime.
Aplica-se a
Implicit(Nullable<Byte> to DbExpression)
Converte um inteiro sem sinal de 8 bits anulável em 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
Parâmetros
Retornos
Um DbExpression que representa o inteiro sem sinal de 8 bits convertido.
Aplica-se a
Implicit(Nullable<Boolean> to DbExpression)
Converte um objeto booliano anulável para 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
Parâmetros
Retornos
Um DbExpression que representa o objeto booliano anulável convertido.
Aplica-se a
Implicit(DbGeometry to DbExpression)
Converte um objeto DbGeometry em 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
Parâmetros
- value
- DbGeometry
O objeto DbGeometry.
Retornos
Um DbExpression que representa o objeto DbGeography convertido.
Aplica-se a
Implicit(DbGeography to DbExpression)
Converte um objeto DbGeography em 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
Parâmetros
- value
- DbGeography
O objeto DbGeography.
Retornos
Um DbExpression que representa o objeto DbGeography convertido.
Aplica-se a
Implicit(Byte[] to DbExpression)
Converte uma matriz de inteiro sem sinal de 8 bits em um 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
Parâmetros
- value
- Byte[]
Uma matriz de inteiros sem sinal de 8 bits.
Retornos
Uma DbExpression que representa a matriz de inteiros sem sinal de 8 bits convertida.
Aplica-se a
Implicit(String to DbExpression)
Converte uma coleção sequencial de caracteres Unicode em 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
Parâmetros
- value
- String
Uma coleção sequencial de caracteres Unicode.
Retornos
Uma DbExpression que representa uma coleção sequencial de caracteres Unicode.