DbExpression.Implicit Operator
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Konvertiert ein Objekt in ein DbExpression.
Überlädt
Implicit(Nullable<Single> to DbExpression)
Wandelt eine nullable Gleitkommazahl mit einfacher Genauigkeit in 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
Gibt zurück
Ein DbExpression Wert, der eine Gleitkommazahl mit einfacher Genauigkeit darstellt.
Gilt für:
Implicit(Nullable<Int64> to DbExpression)
Konvertiert eine nullwerte 64-Bit-Ganzzahl ohne Vorzeichen 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
Gibt zurück
A DbExpression , das die nullable 64-Bit-Ganzzahl ohne Vorzeichen darstellt.
Gilt für:
Implicit(Nullable<Int32> to DbExpression)
Konvertiert eine nullwerte 32-Bit-Ganzzahl ohne Vorzeichen 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
Gibt zurück
A DbExpression that represents the nullable 32-bit unsigned integer.
Gilt für:
Implicit(Nullable<Int16> to DbExpression)
Konvertiert eine nullwerte 16-Bit-Ganzzahl ohne Vorzeichen 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
Gibt zurück
A DbExpression that represents the nullable 16-bit unsigned integer.
Gilt für:
Implicit(Nullable<Guid> to DbExpression)
Konvertiert ein nullables Guid Objekt in 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
Gibt zurück
A DbExpression that represents the nullable Guid object.
Gilt für:
Implicit(Nullable<Double> to DbExpression)
Konvertiert ein nullables Double Objekt in 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
Gibt zurück
A DbExpression that represents the nullable Double object.
Gilt für:
Implicit(Nullable<Decimal> to DbExpression)
Konvertiert ein nullables Decimal Objekt in 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
Gibt zurück
A DbExpression that represents the nullable Decimal object.
Gilt für:
Implicit(Nullable<DateTimeOffset> to DbExpression)
Konvertiert ein nullables DateTimeOffset Objekt in 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 nullwerte DateTime Objekt.
Gibt zurück
A DbExpression that represents the nullable DateTime object.
Gilt für:
Implicit(Nullable<DateTime> to DbExpression)
Konvertiert ein nullables DateTime Objekt in 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
Gibt zurück
Ein DbExpression Objekt, das das DateTime Objekt darstellt.
Gilt für:
Implicit(Nullable<Byte> to DbExpression)
Konvertiert eine nullwerte 8-Bit-Ganzzahl ohne Vorzeichen in 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
Gibt zurück
Ein DbExpression Wert, der die konvertierte 8-Bit-ganzzahl ohne Vorzeichen darstellt.
Gilt für:
Implicit(Nullable<Boolean> to DbExpression)
Konvertiert ein nullwertes boolesches Objekt in 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
Gibt zurück
A DbExpression , das das konvertierte nullable boolesche Objekt darstellt.
Gilt für:
Implicit(DbGeometry to DbExpression)
Konvertiert ein DbGeometry -Objekt in 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 Objekt, das das konvertierte DbGeography-Objekt darstellt.
Gilt für:
Implicit(DbGeography to DbExpression)
Konvertiert ein DbGeography -Objekt in 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 Objekt, das das konvertierte DbGeography-Objekt darstellt.
Gilt für:
Implicit(Byte[] to DbExpression)
Wandelt ein Array von 8-Bit-ganzzahligen Unsignierten in eine 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 mit einer 8-Bit-ganzzahl ohne Vorzeichen.
Gibt zurück
A DbExpression that represents the converted array of 8-bit unsigned integer.
Gilt für:
Implicit(String to DbExpression)
Konvertiert eine sequenzielle Auflistung 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 Auflistung von Unicode-Zeichen.
Gibt zurück
Ein Wert DbExpression , der eine sequenzielle Auflistung von Unicode-Zeichen darstellt.