DbExpression.Implicit Operátor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Implicit(Nullable<Single> to DbExpression)
Povolí implicitní přetypování z 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
Parametry
Návraty
Převedená hodnota
Platí pro
Implicit(Nullable<Int64> to DbExpression)
Povolí implicitní přetypování z 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
Parametry
Návraty
Převedená hodnota
Platí pro
Implicit(Nullable<Int32> to DbExpression)
Povolí implicitní přetypování z 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
Parametry
Návraty
Převedená hodnota
Platí pro
Implicit(Nullable<Int16> to DbExpression)
Povolí implicitní přetypování z 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
Parametry
Návraty
Převedená hodnota
Platí pro
Implicit(Nullable<Guid> to DbExpression)
Povolí implicitní přetypování z 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
Parametry
Návraty
Převedená hodnota
Platí pro
Implicit(Nullable<Double> to DbExpression)
Povolí implicitní přetypování z 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
Parametry
Návraty
Převedená hodnota
Platí pro
Implicit(Nullable<Decimal> to DbExpression)
Povolí implicitní přetypování z 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
Parametry
Návraty
Převedená hodnota
Platí pro
Implicit(Nullable<DateTimeOffset> to DbExpression)
Povolí implicitní přetypování z 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
Parametry
- value
- Nullable<DateTimeOffset>
Hodnota, která má být převedena.
Návraty
Převedená hodnota
Platí pro
Implicit(Nullable<DateTime> to DbExpression)
Povolí implicitní přetypování z 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
Parametry
Návraty
Převedená hodnota
Platí pro
Implicit(Nullable<Byte> to DbExpression)
Povolí implicitní přetypování z 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
Parametry
Návraty
Převedená hodnota
Platí pro
Implicit(Nullable<Boolean> to DbExpression)
Povolí implicitní přetypování z 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
Parametry
Návraty
Převedená hodnota
Platí pro
Implicit(DbGeometry to DbExpression)
Povolí implicitní přetypování z 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
Parametry
- value
- DbGeometry
Hodnota, která má být převedena.
Návraty
Převedená hodnota
Platí pro
Implicit(DbGeography to DbExpression)
Povolí implicitní přetypování z 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
Parametry
- value
- DbGeography
Hodnota, která má být převedena.
Návraty
Převedená hodnota
Platí pro
Implicit(Byte[] to DbExpression)
Umožňuje implicitní přetypování z pole bajtů.
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
Parametry
- value
- Byte[]
Hodnota, která má být převedena.
Návraty
Převedená hodnota
Platí pro
Implicit(String to DbExpression)
Povolí implicitní přetypování z 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
Parametry
- value
- String
Hodnota, která má být převedena.
Návraty
Převedená hodnota