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.
Sobrecargas
Implicit(Nullable<Single> to DbExpression)
Habilita a conversão implícita de Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<float> value);
static member op_Implicit : Nullable<single> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Single)) As DbExpression
Parâmetros
Retornos
O valor convertido.
Aplica-se a
Implicit(Nullable<Int64> to DbExpression)
Habilita a conversão implícita de Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<long> value);
static member op_Implicit : Nullable<int64> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Long)) As DbExpression
Parâmetros
Retornos
O valor convertido.
Aplica-se a
Implicit(Nullable<Int32> to DbExpression)
Habilita a conversão implícita de Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<int> value);
static member op_Implicit : Nullable<int> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Integer)) As DbExpression
Parâmetros
Retornos
O valor convertido.
Aplica-se a
Implicit(Nullable<Int16> to DbExpression)
Habilita a conversão implícita de Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<short> value);
static member op_Implicit : Nullable<int16> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Short)) As DbExpression
Parâmetros
Retornos
O valor convertido.
Aplica-se a
Implicit(Nullable<Guid> to DbExpression)
Habilita a conversão implícita de Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<Guid> value);
static member op_Implicit : Nullable<Guid> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Guid)) As DbExpression
Parâmetros
Retornos
O valor convertido.
Aplica-se a
Implicit(Nullable<Double> to DbExpression)
Habilita a conversão implícita de Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<double> value);
static member op_Implicit : Nullable<double> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Double)) As DbExpression
Parâmetros
Retornos
O valor convertido.
Aplica-se a
Implicit(Nullable<Decimal> to DbExpression)
Habilita a conversão implícita de Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<decimal> value);
static member op_Implicit : Nullable<decimal> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Decimal)) As DbExpression
Parâmetros
Retornos
O valor convertido.
Aplica-se a
Implicit(Nullable<DateTimeOffset> to DbExpression)
Habilita a conversão implícita de Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<DateTimeOffset> value);
static member op_Implicit : Nullable<DateTimeOffset> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of DateTimeOffset)) As DbExpression
Parâmetros
- value
- Nullable<DateTimeOffset>
O valor a ser convertido.
Retornos
O valor convertido.
Aplica-se a
Implicit(Nullable<DateTime> to DbExpression)
Habilita a conversão implícita de Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<DateTime> value);
static member op_Implicit : Nullable<DateTime> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of DateTime)) As DbExpression
Parâmetros
Retornos
O valor convertido.
Aplica-se a
Implicit(Nullable<Byte> to DbExpression)
Habilita a conversão implícita de Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<byte> value);
static member op_Implicit : Nullable<byte> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Byte)) As DbExpression
Parâmetros
Retornos
O valor convertido.
Aplica-se a
Implicit(Nullable<Boolean> to DbExpression)
Habilita a conversão implícita de Nullable<T>.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (Nullable<bool> value);
static member op_Implicit : Nullable<bool> -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Nullable(Of Boolean)) As DbExpression
Parâmetros
Retornos
O valor convertido.
Aplica-se a
Implicit(DbGeometry to DbExpression)
Habilita a conversão implícita de DbGeometry.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (System.Data.Entity.Spatial.DbGeometry value);
static member op_Implicit : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As DbGeometry) As DbExpression
Parâmetros
- value
- DbGeometry
O valor a ser convertido.
Retornos
O valor convertido.
Aplica-se a
Implicit(DbGeography to DbExpression)
Habilita a conversão implícita de DbGeography.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (System.Data.Entity.Spatial.DbGeography value);
static member op_Implicit : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As DbGeography) As DbExpression
Parâmetros
- value
- DbGeography
O valor a ser convertido.
Retornos
O valor convertido.
Aplica-se a
Implicit(Byte[] to DbExpression)
Habilita a conversão implícita de uma matriz de bytes.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (byte[] value);
static member op_Implicit : byte[] -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As Byte()) As DbExpression
Parâmetros
- value
- Byte[]
O valor a ser convertido.
Retornos
O valor convertido.
Aplica-se a
Implicit(String to DbExpression)
Habilita a conversão implícita de String.
public static implicit operator System.Data.Entity.Core.Common.CommandTrees.DbExpression (string value);
static member op_Implicit : string -> System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public Shared Widening Operator CType (value As String) As DbExpression
Parâmetros
- value
- String
O valor a ser convertido.
Retornos
O valor convertido.
Aplica-se a
Entity Framework