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řevede objekt na DbExpression.
Přetížení
Implicit(Nullable<Single> to DbExpression)
Převede číslo s plovoucí desetinnou čárkou s možnou hodnotou null s jednoduchou přesností na 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
Parametry
Návraty
A DbExpression , který představuje číslo s plovoucí desetinou čárkou s jednoduchou přesností.
Platí pro
Implicit(Nullable<Int64> to DbExpression)
Převede 64bitové celé číslo bez znaménka s možnou hodnotou null na 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
Parametry
Návraty
A DbExpression , který představuje 64bitové celé číslo bez znaménka s možnou hodnotou null.
Platí pro
Implicit(Nullable<Int32> to DbExpression)
Převede 32bitové celé číslo bez znaménka s možnou hodnotou null na 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
Parametry
Návraty
A DbExpression , který představuje 32bitové celé číslo bez znaménka s možnou hodnotou null.
Platí pro
Implicit(Nullable<Int16> to DbExpression)
Převede 16bitové celé číslo bez znaménka s možnou hodnotou null na 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
Parametry
Návraty
A DbExpression , který představuje 16bitové celé číslo bez znaménka s možnou hodnotou null.
Platí pro
Implicit(Nullable<Guid> to DbExpression)
Převede objekt s možnou Guid hodnotou null na 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
Parametry
Návraty
Objekt , DbExpression který představuje objekt s možnou Guid hodnotou null.
Platí pro
Implicit(Nullable<Double> to DbExpression)
Převede objekt s možnou Double hodnotou null na 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
Parametry
Návraty
Objekt , DbExpression který představuje objekt s možnou Double hodnotou null.
Platí pro
Implicit(Nullable<Decimal> to DbExpression)
Převede objekt s možnou Decimal hodnotou null na 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
Parametry
Návraty
Objekt , DbExpression který představuje objekt s možnou Decimal hodnotou null.
Platí pro
Implicit(Nullable<DateTimeOffset> to DbExpression)
Převede objekt s možnou DateTimeOffset hodnotou null na 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
Parametry
- value
- Nullable<DateTimeOffset>
Objekt s možnou DateTime hodnotou null.
Návraty
Objekt , DbExpression který představuje objekt s možnou DateTime hodnotou null.
Platí pro
Implicit(Nullable<DateTime> to DbExpression)
Převede objekt s možnou DateTime hodnotou null na 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
Parametry
Návraty
Objekt , DbExpression který představuje DateTime objekt .
Platí pro
Implicit(Nullable<Byte> to DbExpression)
Převede 8bitové celé číslo bez znaménka s možnou hodnotou null na 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
Parametry
Návraty
A DbExpression , který představuje převedené 8bitové celé číslo bez znaménka.
Platí pro
Implicit(Nullable<Boolean> to DbExpression)
Převede logický objekt s možnou hodnotou null na 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
Parametry
Návraty
A DbExpression , který představuje převedený logický objekt s možnou hodnotou null.
Platí pro
Implicit(DbGeometry to DbExpression)
Převede objekt DbGeometry na 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
Parametry
- value
- DbGeometry
DbGeometry objektu.
Návraty
A DbExpression , který představuje převedený DbGeography objekt.
Platí pro
Implicit(DbGeography to DbExpression)
Převede objekt DbGeography na 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
Parametry
- value
- DbGeography
Objekt DbGeography.
Návraty
A DbExpression , který představuje převedený DbGeography objekt.
Platí pro
Implicit(Byte[] to DbExpression)
Převede pole 8bitového celého čísla bez znaménka na 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
Parametry
- value
- Byte[]
Pole 8bitového celého čísla bez znaménka.
Návraty
A DbExpression , který představuje převedené pole 8bitového celého čísla bez znaménka.
Platí pro
Implicit(String to DbExpression)
Převede sekvenční kolekci znaků Unicode na 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
Parametry
- value
- String
Sekvenční kolekce znaků Unicode.
Návraty
A DbExpression , který představuje sekvenční kolekci znaků Unicode.