Sdílet prostřednictvím


DbExpression.Implicit Operátor

Definice

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.

Implicit(Nullable<Int64> to DbExpression)

Převede 64bitové celé číslo bez znaménka s možnou hodnotou null na DbExpression.

Implicit(Nullable<Int32> to DbExpression)

Převede 32bitové celé číslo bez znaménka s možnou hodnotou null na DbExpression.

Implicit(Nullable<Int16> to DbExpression)

Převede 16bitové celé číslo bez znaménka s možnou hodnotou null na DbExpression.

Implicit(Nullable<Guid> to DbExpression)

Převede objekt s možnou Guid hodnotou null na DbExpression.

Implicit(Nullable<Double> to DbExpression)

Převede objekt s možnou Double hodnotou null na DbExpression.

Implicit(Nullable<Decimal> to DbExpression)

Převede objekt s možnou Decimal hodnotou null na DbExpression.

Implicit(Nullable<DateTimeOffset> to DbExpression)

Převede objekt s možnou DateTimeOffset hodnotou null na DbExpression.

Implicit(Nullable<DateTime> to DbExpression)

Převede objekt s možnou DateTime hodnotou null na DbExpression.

Implicit(Nullable<Byte> to DbExpression)

Převede 8bitové celé číslo bez znaménka s možnou hodnotou null na DbExpression.

Implicit(Nullable<Boolean> to DbExpression)

Převede logický objekt s možnou hodnotou null na DbExpression.

Implicit(DbGeometry to DbExpression)

Převede objekt DbGeometry na DbExpression.

Implicit(DbGeography to DbExpression)

Převede objekt DbGeography na DbExpression.

Implicit(Byte[] to DbExpression)

Převede pole 8bitového celého čísla bez znaménka na DbExpression.

Implicit(String to DbExpression)

Převede sekvenční kolekci znaků Unicode na DbExpression.

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

value
Nullable<Single>

Číslo s plovoucí desetinou čárkou s jednoduchou přesností.

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

value
Nullable<Int64>

64bitové celé číslo bez znaménka s možnou hodnotou null.

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

value
Nullable<Int32>

32bitové celé číslo bez znaménka s možnou hodnotou null.

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

value
Nullable<Int16>

16bitové celé číslo bez znaménka s možnou hodnotou null.

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

value
Nullable<Guid>

Objekt s možnou Guid hodnotou null.

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

value
Nullable<Double>

Objekt s možnou Double hodnotou null.

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

value
Nullable<Decimal>

Objekt s možnou Decimal hodnotou null.

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

value
Nullable<DateTime>

Objekt s možnou DateTime hodnotou null.

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

value
Nullable<Byte>

8bitové celé číslo bez znaménka s možnou hodnotou null.

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

value
Nullable<Boolean>

Boolean s možnou hodnotou null objekt.

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.

Platí pro