DbExpression.Implicit Betreiber

Definition

Konvertiert ein -Objekt in ein DbExpression.

Überlädt

Implicit(Nullable<Single> to DbExpression)

Konvertiert eine Gleitkommazahl mit einfacher Genauigkeit, die NULL-Werte zulässt, in eine DbExpression.

Implicit(Nullable<Int64> to DbExpression)

Konvertiert eine 64-Bit-Ganzzahl ohne Vorzeichen, die NULL-Werte zulässt, in DbExpression.

Implicit(Nullable<Int32> to DbExpression)

Konvertiert eine 32-Bit-Ganzzahl ohne Vorzeichen, die NULL-Werte zulässt, in DbExpression.

Implicit(Nullable<Int16> to DbExpression)

Konvertiert eine 16-Bit-Ganzzahl ohne Vorzeichen, die NULL-Werte zulässt, in DbExpression.

Implicit(Nullable<Guid> to DbExpression)

Konvertiert ein Guid-Objekt, das NULL-Werte zulässt, in eine DbExpression.

Implicit(Nullable<Double> to DbExpression)

Konvertiert ein Double-Objekt, das NULL-Werte zulässt, in eine DbExpression.

Implicit(Nullable<Decimal> to DbExpression)

Konvertiert ein Decimal-Objekt, das NULL-Werte zulässt, in eine DbExpression.

Implicit(Nullable<DateTimeOffset> to DbExpression)

Konvertiert ein DateTimeOffset-Objekt, das NULL-Werte zulässt, in eine DbExpression.

Implicit(Nullable<DateTime> to DbExpression)

Konvertiert ein DateTime-Objekt, das NULL-Werte zulässt, in eine DbExpression.

Implicit(Nullable<Byte> to DbExpression)

Konvertiert eine 8-Bit-Ganzzahl ohne Vorzeichen, die NULL-Werte zulässt, in einen DbExpression.

Implicit(Nullable<Boolean> to DbExpression)

Konvertiert ein boolesches Objekt, das NULL-Werte zulässt, zu DbExpression.

Implicit(DbGeometry to DbExpression)

Konvertiert ein DbGeometry-Objekt in einen DbExpression.

Implicit(DbGeography to DbExpression)

Konvertiert ein DbGeography-Objekt in einen DbExpression.

Implicit(Byte[] to DbExpression)

Konvertiert ein Array von 8-Bit-Ganzzahl ohne Vorzeichen in ein DbExpression.

Implicit(String to DbExpression)

Konvertiert eine sequenzielle Sammlung von Unicode-Zeichen in DbExpression.

Implicit(Nullable<Single> to DbExpression)

Konvertiert eine Gleitkommazahl mit einfacher Genauigkeit, die NULL-Werte zulässt, in eine 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

Parameter

value
Nullable<Single>

Die Gleitkommazahl mit einfacher Genauigkeit.

Gibt zurück

Eine DbExpression, die eine Gleitkommazahl mit einfacher Genauigkeit darstellt.

Gilt für:

Implicit(Nullable<Int64> to DbExpression)

Konvertiert eine 64-Bit-Ganzzahl ohne Vorzeichen, die NULL-Werte zulässt, in 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

Parameter

value
Nullable<Int64>

Eine 64-Bit-Ganzzahl ohne Vorzeichen, die NULL-Werte zulässt.

Gibt zurück

Ein DbExpression, der die 64-Bit-Ganzzahl ohne Vorzeichen darstellt, die NULL-Werte zulässt.

Gilt für:

Implicit(Nullable<Int32> to DbExpression)

Konvertiert eine 32-Bit-Ganzzahl ohne Vorzeichen, die NULL-Werte zulässt, in 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

Parameter

value
Nullable<Int32>

Eine 32-Bit-Ganzzahl ohne Vorzeichen, die NULL-Werte zulässt.

Gibt zurück

Ein DbExpression, der die 32-Bit-Ganzzahl ohne Vorzeichen darstellt, die NULL-Werte zulässt.

Gilt für:

Implicit(Nullable<Int16> to DbExpression)

Konvertiert eine 16-Bit-Ganzzahl ohne Vorzeichen, die NULL-Werte zulässt, in 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

Parameter

value
Nullable<Int16>

Eine vorzeichenlose 16-Bit-Ganzzahl, die NULL-Werte zulässt.

Gibt zurück

Ein DbExpression, der die 16-Bit-Ganzzahl ohne Vorzeichen, die NULL-Werte zulässt, darstellt.

Gilt für:

Implicit(Nullable<Guid> to DbExpression)

Konvertiert ein Guid-Objekt, das NULL-Werte zulässt, in eine 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

Parameter

value
Nullable<Guid>

Ein NULL-Werte zulassen Guid-Objekt.

Gibt zurück

Ein DbExpression, der das Guid-Objekt, das NULL-Werte zulässt, darstellt.

Gilt für:

Implicit(Nullable<Double> to DbExpression)

Konvertiert ein Double-Objekt, das NULL-Werte zulässt, in eine 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

Parameter

value
Nullable<Double>

Das Double-Objekt, das NULL sein kann.

Gibt zurück

Ein DbExpression, der das Double-Objekt, das NULL-Werte zulässt, darstellt.

Gilt für:

Implicit(Nullable<Decimal> to DbExpression)

Konvertiert ein Decimal-Objekt, das NULL-Werte zulässt, in eine 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

Parameter

value
Nullable<Decimal>

Das Decimal-Objekt, das NULL sein kann.

Gibt zurück

Ein DbExpression, der das Decimal-Objekt, das NULL-Werte zulässt, darstellt.

Gilt für:

Implicit(Nullable<DateTimeOffset> to DbExpression)

Konvertiert ein DateTimeOffset-Objekt, das NULL-Werte zulässt, in eine 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

Parameter

value
Nullable<DateTimeOffset>

Das DateTime-Objekt, das NULL sein kann.

Gibt zurück

Ein DbExpression, der das DateTime-Objekt, das NULL-Werte zulässt, darstellt.

Gilt für:

Implicit(Nullable<DateTime> to DbExpression)

Konvertiert ein DateTime-Objekt, das NULL-Werte zulässt, in eine 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

Parameter

value
Nullable<DateTime>

Das DateTime-Objekt, das NULL sein kann.

Gibt zurück

Ein DbExpression-Objekt, das das DateTime-Objekt darstellt.

Gilt für:

Implicit(Nullable<Byte> to DbExpression)

Konvertiert eine 8-Bit-Ganzzahl ohne Vorzeichen, die NULL-Werte zulässt, in einen 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

Parameter

value
Nullable<Byte>

Eine vorzeichenlose 8-Bit-Ganzzahl, die auf Null festgelegt werden kann.

Gibt zurück

Ein DbExpression, das die konvertierte 8-Bit-Ganzzahl ohne Vorzeichen darstellt.

Gilt für:

Implicit(Nullable<Boolean> to DbExpression)

Konvertiert ein boolesches Objekt, das NULL-Werte zulässt, zu 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

Parameter

value
Nullable<Boolean>

Das boolesche Objekt, das NULL sein kann.

Gibt zurück

Ein DbExpression, das das konvertierte boolesche Objekt darstellt, das NULL-Werte zulässt.

Gilt für:

Implicit(DbGeometry to DbExpression)

Konvertiert ein DbGeometry-Objekt in einen 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

Parameter

value
DbGeometry

Das DbGeometry-Objekt.

Gibt zurück

Ein DbExpression, das das konvertierte DbGeography-Objekt darstellt.

Gilt für:

Implicit(DbGeography to DbExpression)

Konvertiert ein DbGeography-Objekt in einen 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

Parameter

value
DbGeography

Das DbGeography-Objekt.

Gibt zurück

Ein DbExpression, das das konvertierte DbGeography-Objekt darstellt.

Gilt für:

Implicit(Byte[] to DbExpression)

Konvertiert ein Array von 8-Bit-Ganzzahl ohne Vorzeichen in ein 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

Parameter

value
Byte[]

Ein Array von 8-Bit-Ganzzahlen ohne Vorzeichen.

Gibt zurück

Ein DbExpression, der den konvertierte Array von 8-Bit-Ganzzahlen ohne Vorzeichen darstellt.

Gilt für:

Implicit(String to DbExpression)

Konvertiert eine sequenzielle Sammlung von Unicode-Zeichen in 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

Parameter

value
String

Eine sequenzielle Sammlung von Unicode-Zeichen.

Gibt zurück

Ein DbExpression, das eine sequenzielle Sammlung von Unicode-Zeichen darstellt.

Gilt für: