Udostępnij za pośrednictwem


DbExpression.Implicit Operator

Definicja

Konwertuje obiekt na obiekt DbExpression.

Przeciążenia

Implicit(Nullable<Single> to DbExpression)

Konwertuje liczbę zmiennoprzecinkową z jedną precyzją o wartości null na DbExpression.

Implicit(Nullable<Int64> to DbExpression)

Konwertuje bez znaku 64-bitową liczbę całkowitą o wartości null na DbExpressionwartość .

Implicit(Nullable<Int32> to DbExpression)

Konwertuje 32-bitową niepodpisaną liczbę całkowitą o wartości null na DbExpression.

Implicit(Nullable<Int16> to DbExpression)

Konwertuje 16-bitową niepodpisaną liczbę całkowitą o wartości null na DbExpression.

Implicit(Nullable<Guid> to DbExpression)

Konwertuje obiekt dopuszczacy Guid wartość null na DbExpression.

Implicit(Nullable<Double> to DbExpression)

Konwertuje obiekt dopuszczacy Double wartość null na DbExpression.

Implicit(Nullable<Decimal> to DbExpression)

Konwertuje obiekt dopuszczacy Decimal wartość null na DbExpression.

Implicit(Nullable<DateTimeOffset> to DbExpression)

Konwertuje obiekt dopuszczacy DateTimeOffset wartość null na DbExpression.

Implicit(Nullable<DateTime> to DbExpression)

Konwertuje obiekt dopuszczacy DateTime wartość null na DbExpression.

Implicit(Nullable<Byte> to DbExpression)

Konwertuje bez znaku 8-bitową liczbę całkowitą o wartości null na DbExpressionwartość .

Implicit(Nullable<Boolean> to DbExpression)

Konwertuje obiekt logiczny dopuszczacy wartość null na DbExpression.

Implicit(DbGeometry to DbExpression)

Konwertuje obiekt DbGeometry na DbExpression.

Implicit(DbGeography to DbExpression)

Konwertuje obiekt DbGeography na DbExpression.

Implicit(Byte[] to DbExpression)

Konwertuje tablicę 8-bitowej liczby całkowitej bez znaku na wartość DbExpression.

Implicit(String to DbExpression)

Konwertuje sekwencyjną kolekcję znaków Unicode na DbExpression.

Implicit(Nullable<Single> to DbExpression)

Konwertuje liczbę zmiennoprzecinkową z jedną precyzją o wartości null 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>

Liczba zmiennoprzecinkowa o pojedynczej precyzji.

Zwraca

Element DbExpression reprezentujący liczbę zmiennoprzecinkową o pojedynczej precyzji.

Dotyczy

Implicit(Nullable<Int64> to DbExpression)

Konwertuje bez znaku 64-bitową liczbę całkowitą o wartości null na DbExpressionwartość .

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>

Bez znaku 64-bitowa liczba całkowita bez znaku.

Zwraca

Wartość DbExpression reprezentująca bez znaku 64-bitową liczbę całkowitą bez znaku null.

Dotyczy

Implicit(Nullable<Int32> to DbExpression)

Konwertuje 32-bitową niepodpisaną liczbę całkowitą o wartości 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>

Bez znaku 32-bitowa liczba całkowita bez znaku.

Zwraca

Wartość DbExpression reprezentująca 32-bitową bez znaku liczbę całkowitą o wartości null.

Dotyczy

Implicit(Nullable<Int16> to DbExpression)

Konwertuje 16-bitową niepodpisaną liczbę całkowitą o wartości 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>

Liczba całkowita bez znaku 16-bitowa z możliwością wartości null.

Zwraca

Wartość DbExpression reprezentująca 16-bitową niepodpisaną liczbę całkowitą o wartości null.

Dotyczy

Implicit(Nullable<Guid> to DbExpression)

Konwertuje obiekt dopuszczacy Guid wartość 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>

Obiekt dopuszczalny Guid do wartości null.

Zwraca

Obiekt DbExpression reprezentujący obiekt dopuszczający Guid wartość null.

Dotyczy

Implicit(Nullable<Double> to DbExpression)

Konwertuje obiekt dopuszczacy Double wartość 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>

Obiekt dopuszczalny Double do wartości null.

Zwraca

Obiekt DbExpression reprezentujący obiekt dopuszczający Double wartość null.

Dotyczy

Implicit(Nullable<Decimal> to DbExpression)

Konwertuje obiekt dopuszczacy Decimal wartość 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>

Obiekt dopuszczalny Decimal do wartości null.

Zwraca

Obiekt DbExpression reprezentujący obiekt dopuszczający Decimal wartość null.

Dotyczy

Implicit(Nullable<DateTimeOffset> to DbExpression)

Konwertuje obiekt dopuszczacy DateTimeOffset wartość 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>

Obiekt dopuszczalny DateTime do wartości null.

Zwraca

Obiekt DbExpression reprezentujący obiekt dopuszczający DateTime wartość null.

Dotyczy

Implicit(Nullable<DateTime> to DbExpression)

Konwertuje obiekt dopuszczacy DateTime wartość 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>

Obiekt dopuszczalny DateTime do wartości null.

Zwraca

Obiekt DbExpression , który reprezentuje DateTime obiekt.

Dotyczy

Implicit(Nullable<Byte> to DbExpression)

Konwertuje bez znaku 8-bitową liczbę całkowitą o wartości null na DbExpressionwartość .

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>

Bez znaku 8-bitowa liczba całkowita z możliwością wartości null.

Zwraca

Element DbExpression reprezentujący przekonwertowaną liczbę całkowitą bez znaku 8-bitowego.

Dotyczy

Implicit(Nullable<Boolean> to DbExpression)

Konwertuje obiekt logiczny dopuszczacy wartość 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>

Obiekt logiczny dopuszczacy wartość null.

Zwraca

Obiekt DbExpression reprezentujący przekonwertowany obiekt logiczny dopuszczający wartość null.

Dotyczy

Implicit(DbGeometry to DbExpression)

Konwertuje obiekt 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

Obiekt DbGeometry.

Zwraca

Obiekt DbExpression , który reprezentuje przekonwertowany obiekt DbGeography.

Dotyczy

Implicit(DbGeography to DbExpression)

Konwertuje obiekt 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

Obiekt DbGeography.

Zwraca

Obiekt DbExpression , który reprezentuje przekonwertowany obiekt DbGeography.

Dotyczy

Implicit(Byte[] to DbExpression)

Konwertuje tablicę 8-bitowej liczby całkowitej bez znaku na wartość 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[]

Tablica 8-bitowej niepodpisanej liczby całkowitej.

Zwraca

Element DbExpression reprezentujący przekonwertowaną tablicę 8-bitowej liczby całkowitej bez znaku.

Dotyczy

Implicit(String to DbExpression)

Konwertuje sekwencyjną kolekcję znaków 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

Sekwencyjny zbiór znaków Unicode.

Zwraca

Element DbExpression reprezentujący sekwencyjną kolekcję znaków Unicode.

Dotyczy